Deterministic and Exact Fully-dynamic Minimum Cut of Superpolylogarithmic Size in Subpolynomial Time
Antoine El-Hayek, Monika Henzinger, Jason Li

TL;DR
This paper introduces a deterministic fully-dynamic minimum cut algorithm with subpolynomial update time for small cut sizes, and extends it to approximate weighted graphs, advancing dynamic graph algorithms.
Contribution
It presents the first deterministic fully-dynamic minimum cut algorithm for certain small cut sizes and combines it with graph sparsification for approximate solutions.
Findings
Deterministic algorithm with $n^{o(1)}$ update time for small minimum cuts.
Extension to $(1+)$-approximate algorithms on weighted graphs.
Replaces randomized procedures with deterministic local minimum cut techniques.
Abstract
We present an exact fully-dynamic minimum cut algorithm that runs in deterministic update time when the minimum cut size is at most for any , improving on the previous algorithm of Jin, Sun, and Thorup (SODA 2024) whose minimum cut size limit is . Combined with graph sparsification, we obtain the first -approximate fully-dynamic minimum cut algorithm on weighted graphs, for any , in randomized update time. Our main technical contribution is a deterministic local minimum cut algorithm, which replaces the randomized LocalKCut procedure from El-Hayek, Henzinger, and Li (SODA 2025).
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 · Limits and Structures in Graph Theory
