Deterministic and Exact Fully-dynamic Minimum Cut of Superpolylogarithmic Size in Subpolynomial Time
By: Antoine El-Hayek, Monika Henzinger, Jason Li
Potential Business Impact:
Finds the weakest link in networks faster.
We present an exact fully-dynamic minimum cut algorithm that runs in $n^{o(1)}$ deterministic update time when the minimum cut size is at most $2^{Θ(\log^{3/4-c}n)}$ for any $c>0$, improving on the previous algorithm of Jin, Sun, and Thorup (SODA 2024) whose minimum cut size limit is $(\log n)^{o(1)}$. Combined with graph sparsification, we obtain the first $(1+ε)$-approximate fully-dynamic minimum cut algorithm on weighted graphs, for any $ε\ge2^{-Θ(\log^{3/4-c}n)}$, in $n^{o(1)}$ 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).
Similar Papers
Almost-Optimal Approximation Algorithms for Global Minimum Cut in Directed Graphs
Data Structures and Algorithms
Finds the weakest link in computer networks.
Sub-$n^k$ Deterministic algorithm for minimum $k$-way cut in simple graphs
Data Structures and Algorithms
Finds the best way to split a network into groups.
All-Pairs Minimum Cut using $\tilde{O}(n^{7/4})$ Cut Queries
Data Structures and Algorithms
Finds the weakest links in any network.