English

Deterministic and Exact Fully-dynamic Minimum Cut of Superpolylogarithmic Size in Subpolynomial Time

Data Structures and Algorithms 2025-12-16 v1

Abstract

We present an exact fully-dynamic minimum cut algorithm that runs in no(1)n^{o(1)} deterministic update time when the minimum cut size is at most 2Θ(log3/4cn)2^{\Theta(\log^{3/4-c}n)} for any c>0c>0, improving on the previous algorithm of Jin, Sun, and Thorup (SODA 2024) whose minimum cut size limit is (logn)o(1)(\log n)^{o(1)}. Combined with graph sparsification, we obtain the first (1+ϵ)(1+\epsilon)-approximate fully-dynamic minimum cut algorithm on weighted graphs, for any ϵ2Θ(log3/4cn)\epsilon\ge2^{-\Theta(\log^{3/4-c}n)}, in no(1)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).

Keywords

Cite

@article{arxiv.2512.13105,
  title  = {Deterministic and Exact Fully-dynamic Minimum Cut of Superpolylogarithmic Size in Subpolynomial Time},
  author = {Antoine El-Hayek and Monika Henzinger and Jason Li},
  journal= {arXiv preprint arXiv:2512.13105},
  year   = {2025}
}

Comments

To appear at SODA 2026

R2 v1 2026-07-01T08:24:51.783Z