2000 character limit reached
Minimum Cuts in Directed Graphs via $\sqrt{n}$ Max-Flows (2104.07898v1)
Published 16 Apr 2021 in cs.DS
Abstract: We give an algorithm to find a mincut in an $n$-vertex, $m$-edge weighted directed graph using $\tilde O(\sqrt{n})$ calls to any maxflow subroutine. Using state of the art maxflow algorithms, this yields a directed mincut algorithm that runs in $\tilde O(m\sqrt{n} + n2)$ time. This improves on the 30 year old bound of $\tilde O(mn)$ obtained by Hao and Orlin for this problem.