🤖 AI Summary
This paper studies the all-pairs minimum cut problem on unweighted graphs in the cut query model. We propose the first randomized divide-and-conquer algorithm for this problem, integrating graph contraction with incremental Gomory–Hu tree construction to build the tree using $ ilde{O}(n^{7/4})$ cut queries—thereby solving all-pairs minimum cuts. This query complexity breaks the prior $Omega(n^2)$ trivial lower bound and yields the first subquadratic query algorithm. Our key innovations include a lightweight random sampling scheme to identify critical cut edges and a local contraction technique that avoids global recomputation, substantially reducing query overhead. The result establishes a new paradigm for minimum cut computation in the cut query model and provides foundational theoretical insights for graph learning and interactive graph algorithms.
📝 Abstract
We present the first non-trivial algorithm for the all-pairs minimum cut problem in the cut-query model. Given cut-query access to an unweighted graph $G=(V,E)$ with $n$ vertices, our randomized algorithm constructs a Gomory-Hu tree of $G$, and thus solves the all-pairs minimum cut problem, using $ ilde{O}(n^{7/4})$ cut queries.