English

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

Data Structures and Algorithms 2021-12-02 v2 Combinatorics

Abstract

In the minimum kk-cut problem, we want to find the minimum number of edges whose deletion breaks the input graph into at least kk connected components. The classic algorithm of Karger and Stein runs in O~(n2k2)\tilde O(n^{2k-2}) time, and recent, exciting developments have improved the running time to O(nk)O(n^k). For general, weighted graphs, this is tight assuming popular hardness conjectures. In this work, we show that perhaps surprisingly, O(nk)O(n^k) is not the right answer for simple, unweighted graphs. We design an algorithm that runs in time O(n(1ϵ)k)O(n^{(1-\epsilon)k}) where ϵ>0\epsilon>0 is an absolute constant, breaking the natural nkn^k barrier. This establishes a separation of the two problems in the unweighted and weighted cases.

Keywords

Cite

@article{arxiv.2111.03221,
  title  = {Breaking the $n^k$ Barrier for Minimum $k$-cut on Simple Graphs},
  author = {Zhiyang He and Jason Li},
  journal= {arXiv preprint arXiv:2111.03221},
  year   = {2021}
}
R2 v1 2026-06-24T07:27:05.992Z