We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: Breaking the $n^k$ Barrier for Minimum $k$-cut on Simple Graphs

Abstract: In the minimum $k$-cut problem, we want to find the minimum number of edges whose deletion breaks the input graph into at least $k$ connected components. The classic algorithm of Karger and Stein runs in $\tilde O(n^{2k-2})$ time, and recent, exciting developments have improved the running time to $O(n^k)$. For general, weighted graphs, this is tight assuming popular hardness conjectures.
In this work, we show that perhaps surprisingly, $O(n^k)$ is not the right answer for simple, unweighted graphs. We design an algorithm that runs in time $O(n^{(1-\epsilon)k})$ where $\epsilon>0$ is an absolute constant, breaking the natural $n^k$ barrier. This establishes a separation of the two problems in the unweighted and weighted cases.
Subjects: Data Structures and Algorithms (cs.DS); Combinatorics (math.CO)
MSC classes: 05C85
Cite as: arXiv:2111.03221 [cs.DS]
  (or arXiv:2111.03221v2 [cs.DS] for this version)

Submission history

From: Zhiyang He [view email]
[v1] Fri, 5 Nov 2021 02:15:49 GMT (13kb)
[v2] Wed, 1 Dec 2021 03:36:16 GMT (14kb)

Link back to: arXiv, form interface, contact.