🤖 AI Summary
This paper addresses the fully dynamic minimum $k$-cut problem for super-logarithmic $k$ in general graphs, presenting the first deterministic fully dynamic algorithm. Methodologically, it introduces: (1) a deterministic local $k$-cut algorithm, overcoming the prior reliance on randomization in LocalKCut; and (2) a synthesis of graph sparsification, hierarchical contraction structures, and subpolynomial-time analysis techniques. Key contributions include: raising the largest $k$ for which exact dynamic minimum $k$-cut is supported—from $(log n)^{o(1)}$ to $2^{Theta(log^{3/4-c} n)}$—while achieving $n^{o(1)}$ deterministic update time; and, integrating sparsification, obtaining the first fully dynamic $(1+varepsilon)$-approximation algorithm with $n^{o(1)}$ randomized update time, where $varepsilon geq 2^{-Theta(log^{3/4-c} n)}$.
📝 Abstract
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).