A Note on a Recent Algorithm for Minimum Cut
Abstract
Given an undirected edge-weighted graph with edges and vertices, the minimum cut problem asks to find a subset of vertices such that the total weight of all edges between and is minimized. Karger's longstanding time randomized algorithm for this problem was very recently improved in two independent works to [ICALP'20] and to [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 . We obtain this by replacing a randomized algorithm that, given a spanning tree of , finds in time a minimum cut of that 2-respects (cuts two edges of) with a simple time deterministic algorithm for the same problem.
Cite
@article{arxiv.2008.02060,
title = {A Note on a Recent Algorithm for Minimum Cut},
author = {Paweł Gawrychowski and Shay Mozes and Oren Weimann},
journal= {arXiv preprint arXiv:2008.02060},
year = {2020}
}