Faster Pseudo-Deterministic Minimum Cut
Yotam Kenneth-Mordoch

TL;DR
This paper introduces a natural tie-breaking mechanism for pseudo-deterministic algorithms that efficiently finds and maintains a canonical minimum cut in various graph models, matching randomized algorithms' performance.
Contribution
It presents the first natural tie-breaking method for pseudo-deterministic minimum cut algorithms, enabling improved algorithms for weighted, dynamic, and streaming graph models.
Findings
Achieved $O(m ext{log}^2 n)$ time for weighted graphs, matching randomized algorithms.
Developed the first pseudo-deterministic fully-dynamic minimum cut algorithm with polylog update time.
Matched the best randomized algorithms in dynamic streaming and cut-query models.
Abstract
Pseudo-deterministic algorithms are randomized algorithms that, with high constant probability, output a fixed canonical solution. The study of pseudo-deterministic algorithms for the global minimum cut problem was recently initiated by Agarwala and Varma [ITCS'26], who gave a black-box reduction incurring an overhead. We introduce a natural graph-theoretic tie-breaking mechanism that uniquely selects a canonical minimum cut. Using this mechanism, we obtain: (i) A pseudo-deterministic minimum cut algorithm for weighted graphs running in time, eliminating the overhead of prior work and matching existing randomized algorithms. (ii) The first pseudo-deterministic algorithm for maintaining a canonical minimum cut in a fully-dynamic unweighted graph, with update time and query time. (iii)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Graph Theory and Algorithms
