Papers
Topics
Authors
Recent
Search
2000 character limit reached

Approximate Gomory-Hu Tree Is Faster Than n−1n-1 Max-Flows

Published 3 Nov 2021 in cs.DS | (2111.02022v1)

Abstract: The Gomory-Hu tree or cut tree (Gomory and Hu, 1961) is a classic data structure for reporting (s,t)(s,t) mincuts (and by duality, the values of (s,t)(s,t) maxflows) for all pairs of vertices ss and tt in an undirected graph. Gomory and Hu showed that it can be computed using n−1n-1 exact maxflow computations. Surprisingly, this remains the best algorithm for Gomory-Hu trees more than 50 years later, even for approximate mincuts. In this paper, we break this longstanding barrier and give an algorithm for computing a (1+ϵ)(1+\epsilon)-approximate Gomory-Hu tree using polylog(n)\text{polylog}(n) maxflow computations. Specifically, we obtain the runtime bounds we describe below. We obtain a randomized (Monte Carlo) algorithm for undirected, weighted graphs that runs in O~(m+n<sup>3/2)\tilde O(m + n<sup>{3/2}) time and returns a (1+ϵ)(1+\epsilon)-approximate Gomory-Hu tree algorithm w.h.p. Previously, the best running time known was O~(n<sup>5/2)\tilde O(n<sup>{5/2}), which is obtained by running Gomory and Hu's original algorithm on a cut sparsifier of the graph. Next, we obtain a randomized (Monte Carlo) algorithm for undirected, unweighted graphs that runs in m<sup>4/3+o(1)m<sup>{4/3+o(1)} time and returns a (1+ϵ)(1+\epsilon)-approximate Gomory-Hu tree algorithm w.h.p. This improves on our first result for sparse graphs, namely m=o(n<sup>9/8)m = o(n<sup>{9/8}). Previously, the best running time known for unweighted graphs was O~(mn)\tilde O(mn) for an exact Gomory-Hu tree (Bhalgat et al., STOC 2007); no better result was known if approximations are allowed. As a consequence of our Gomory-Hu tree algorithms, we also solve the (1+ϵ)(1+\epsilon)-approximate all pairs mincut and single source mincut problems in the same time bounds. (These problems are simpler in that the goal is to only return the (s,t)(s,t) mincut values, and not the mincuts.) This improves on the recent algorithm for these problems in O~(n<sup>2)\tilde O(n<sup>2) time due to Abboud et al. (FOCS 2020).

Authors (2)
Citations (24)

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.