A Note on a Recent Algorithm for Minimum Cut

08/05/2020
by   Paweł Gawrychowski, et al.
0

Given an undirected edge-weighted graph G=(V,E) with m edges and n vertices, the minimum cut problem asks to find a subset of vertices S such that the total weight of all edges between S and V ∖ S is minimized. Karger's longstanding O(m log^3 n) time randomized algorithm for this problem was very recently improved in two independent works to O(m log^2 n) [ICALP'20] and to O(m log^2 n + nlog^5 n) [STOC'20]. These two algorithms use different approaches and techniques. In particular, while the former is faster, the latter has the advantage that it can be used to obtain efficient algorithms in the cut-query and in the streaming models of computation. In this paper, we show how to simplify and improve the algorithm of [STOC'20] to O(m log^2 n + nlog^3 n). We obtain this by replacing a randomized algorithm that, given a spanning tree T of G, finds in O(m log n+nlog^4 n) time a minimum cut of G that 2-respects (cuts two edges of) T with a simple O(m log n+nlog^2 n) time deterministic algorithm for the same problem.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset