English

Faster Minimum k-cut of a Simple Graph

Data Structures and Algorithms 2019-10-08 v1

Abstract

We consider the (exact, minimum) kk-cut problem: given a graph and an integer kk, delete a minimum-weight set of edges so that the remaining graph has at least kk connected components. This problem is a natural generalization of the global minimum cut problem, where the goal is to break the graph into k=2k=2 pieces. Our main result is a (combinatorial) kk-cut algorithm on simple graphs that runs in n(1+o(1))kn^{(1+o(1))k} time for any constant kk, improving upon the previously best n(2ω/3+o(1))kn^{(2\omega/3+o(1))k} time algorithm of Gupta et al.~[FOCS'18] and the previously best n(1.981+o(1))kn^{(1.981+o(1))k} time combinatorial algorithm of Gupta et al.~[STOC'19]. For combinatorial algorithms, this algorithm is optimal up to o(1)o(1) factors assuming recent hardness conjectures: we show by a straightforward reduction that kk-cut on even a simple graph is as hard as (k1)(k-1)-clique, establishing a lower bound of n(1o(1))kn^{(1-o(1))k} for kk-cut. This settles, up to lower-order factors, the complexity of kk-cut on a simple graph for combinatorial algorithms.

Keywords

Cite

@article{arxiv.1910.02665,
  title  = {Faster Minimum k-cut of a Simple Graph},
  author = {Jason Li},
  journal= {arXiv preprint arXiv:1910.02665},
  year   = {2019}
}

Comments

FOCS 2019, 29 pages

R2 v1 2026-06-23T11:36:05.094Z