English

Faster Exact and Approximate Algorithms for $k$-Cut

Data Structures and Algorithms 2019-03-22 v2

Abstract

In the kk-cut problem, we are given an edge-weighted graph GG and an integer kk, and have to remove a set of edges with minimum total weight so that GG has at least kk connected components. The current best algorithms are an O(n(2o(1))k)O(n^{(2-o(1))k}) randomized algorithm due to Karger and Stein, and an O~(n2k)\smash{\tilde{O}}(n^{2k}) deterministic algorithm due to Thorup. Moreover, several 22-approximation algorithms are known for the problem (due to Saran and Vazirani, Naor and Rabani, and Ravi and Sinha). It has remained an open problem to (a) improve the runtime of exact algorithms, and (b) to get better approximation algorithms. In this paper we show an O(kO(k)n(2ω/3+o(1))k)O(k^{O(k)} \, n^{(2\omega/3 + o(1))k})-time algorithm for kk-cut. Moreover, we show an (1+ϵ)(1+\epsilon)-approximation algorithm that runs in time O((k/ϵ)O(k)nk+O(1))O((k/\epsilon)^{O(k)} \,n^{k + O(1)}), and a 1.811.81-approximation in fixed-parameter time O(2O(k2)poly(n))O(2^{O(k^2)}\,\text{poly}(n)).

Keywords

Cite

@article{arxiv.1807.08144,
  title  = {Faster Exact and Approximate Algorithms for $k$-Cut},
  author = {Anupam Gupta and Euiwoong Lee and Jason Li},
  journal= {arXiv preprint arXiv:1807.08144},
  year   = {2019}
}

Comments

Appeared in FOCS 2018

R2 v1 2026-06-23T03:09:27.166Z