Breaking the $n^k$ Barrier for Minimum $k$-cut on Simple Graphs
Zhiyang He, Jason Li

TL;DR
This paper presents a new algorithm for the minimum k-cut problem on simple, unweighted graphs that runs faster than the previous n^k barrier, indicating a fundamental difference from weighted graphs.
Contribution
The authors develop an algorithm with runtime O(n^{(1- ext{epsilon})k}) for simple graphs, breaking the longstanding n^k barrier and highlighting a separation between weighted and unweighted cases.
Findings
Achieved faster-than-n^k runtime for simple graphs.
Established a separation between weighted and unweighted minimum k-cut problems.
Demonstrated that the n^k barrier is not tight for simple graphs.
Abstract
In the minimum -cut problem, we want to find the minimum number of edges whose deletion breaks the input graph into at least connected components. The classic algorithm of Karger and Stein runs in time, and recent, exciting developments have improved the running time to . For general, weighted graphs, this is tight assuming popular hardness conjectures. In this work, we show that perhaps surprisingly, is not the right answer for simple, unweighted graphs. We design an algorithm that runs in time where is an absolute constant, breaking the natural barrier. This establishes a separation of the two problems in the unweighted and weighted cases.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Cryptography and Data Security · Limits and Structures in Graph Theory
