Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
97 tokens/sec
GPT-4o
53 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

A Note on a Recent Algorithm for Minimum Cut (2008.02060v2)

Published 5 Aug 2020 in cs.DS

Abstract: 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 \setminus S$ is minimized. Karger's longstanding $O(m \log3 n)$ time randomized algorithm for this problem was very recently improved in two independent works to $O(m \log2 n)$ [ICALP'20] and to $O(m \log2 n + n\log5 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 \log2 n + n\log3 n)$. We obtain this by replacing a randomized algorithm that, given a spanning tree $T$ of $G$, finds in $O(m \log n+n\log4 n)$ time a minimum cut of $G$ that 2-respects (cuts two edges of) $T$ with a simple $O(m \log n+n\log2 n)$ time deterministic algorithm for the same problem.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (3)
  1. Paweł Gawrychowski (151 papers)
  2. Shay Mozes (36 papers)
  3. Oren Weimann (41 papers)
Citations (12)

Summary

We haven't generated a summary for this paper yet.