Cactus Representation of Minimum Cuts: Derandomize and Speed up
Zhongtian He, Shang-En Huang, Thatchaphol Saranurak
TL;DR
This work settles the long-standing open question of near-linear deterministic computation of the cactus representation for all global mincuts in undirected weighted graphs. By building a small tree packing and assigning compact cut labels to minimal 2-respecting mincuts, it reduces cactus construction to an efficient aggregation over trees using path decompositions and dynamic-tree data structures. The authors introduce a complete deterministic algorithm for minimal 2-respecting mincuts with both comparable and incomparable cases, supported by new structural lemmas and a full proof for cactus construction. The approach yields a deterministic $m^{1+o(1)}$-time algorithm and improves the best randomized bound to $O(m\log^3 n)$, with immediate applications to $+1$-edge-connectivity augmentation and related problems.
Abstract
Given an undirected weighted graph with $n$ vertices and $m$ edges, we give the first deterministic $m^{1+o(1)}$-time algorithm for constructing the cactus representation of \emph{all} global minimum cuts. This improves the current $n^{2+o(1)}$-time state-of-the-art deterministic algorithm, which can be obtained by combining ideas implicitly from three papers [Karger JACM'2000, Li STOC'2021, and Gabow TALG'2016] The known explicitly stated deterministic algorithm has a runtime of $\tilde{O}(mn)$ [Fleischer 1999, Nagamochi and Nakao 2000]. Using our technique, we can even speed up the fastest randomized algorithm of [Karger and Panigrahi, SODA'2009] whose running time is at least $Ω(m\log^4 n)$ to $O(m\log^3 n)$.
