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

page 1

page 2

page 3

page 4

research
11/04/2019

Minimum Cut in O(mlog^2 n) Time

We give a randomized algorithm that finds a minimum cut in an undirected...
research
07/02/2002

Optimally cutting a surface into a disk

We consider the problem of cutting a set of edges on a polyhedral manifo...
research
08/10/2021

Algorithm Engineering for Cut Problems

Graphs are a natural representation of data from various contexts, such ...
research
11/02/2021

Finding the KT partition of a weighted graph in near-linear time

In a breakthrough work, Kawarabayashi and Thorup (J. ACM'19) gave a near...
research
02/20/2020

On quasipolynomial multicut-mimicking networks and kernelization of multiway cut problems

We show the existence of an exact mimicking network of k^O(log k) edges ...
research
02/10/2021

Parallel Minimum Cuts in O(m log^2(n)) Work and Low Depth

We present an O(m log^2(n)) work, O(polylog(n)) depth parallel algorithm...
research
11/08/2022

On the cut-query complexity of approximating max-cut

We consider the problem of query-efficient global max-cut on a weighted ...

Please sign up or login with your details

Forgot password? Click here to reset