🤖 AI Summary
Efficient deterministic algorithms for global and $s$-$t$ minimum cuts remain elusive in the sequential, streaming, PRAM, and cut-query models.
Method: We propose a unified pseudo-deterministic algorithmic framework that integrates randomized sampling, graph sparsification, parallel cut verification, and cross-model adaptation—ensuring unique outputs while achieving substantial efficiency gains.
Contribution/Results: (i) In the sequential model, our algorithm improves upon the asymptotic time complexity of the best prior deterministic algorithm (SODA 2024); (ii) we present the first efficient pseudo-deterministic minimum cut algorithms for the streaming, PRAM, and cut-query models, thereby closing the long-standing gap in deterministic solutions across multiple computational models; (iii) extensive experiments validate both feasibility and superiority of our approach across all four models.
📝 Abstract
In this paper, we present efficient pseudodeterministic algorithms for both the global minimum cut and minimum s-t cut problems. The running time of our algorithm for the global minimum cut problem is asymptotically better than the fastest sequential deterministic global minimum cut algorithm (Henzinger, Li, Rao, Wang; SODA 2024).
Furthermore, we implement our algorithm in sequential, streaming, PRAM, and cut-query models, where no efficient deterministic global minimum cut algorithms are known.