Faster Exact and Approximate Algorithms for $k$-Cut
Anupam Gupta, Euiwoong Lee, Jason Li

TL;DR
This paper introduces faster algorithms for the $k$-cut problem, improving exact and approximate solutions with better runtime complexities and approximation ratios, advancing the state-of-the-art in graph partitioning algorithms.
Contribution
It presents a new $O(k^{O(k)} n^{(2 ext{w}/3 + o(1))k})$-time exact algorithm and improved approximation algorithms, including a $(1+ ext{epsilon})$-approximation and a fixed-parameter $1.81$-approximation.
Findings
Faster exact $k$-cut algorithm with improved runtime.
New $(1+ ext{epsilon})$-approximation algorithm with better efficiency.
A $1.81$-approximation algorithm in fixed-parameter time.
Abstract
In the -cut problem, we are given an edge-weighted graph and an integer , and have to remove a set of edges with minimum total weight so that has at least connected components. The current best algorithms are an randomized algorithm due to Karger and Stein, and an deterministic algorithm due to Thorup. Moreover, several -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 -time algorithm for -cut. Moreover, we show an -approximation algorithm that runs in time , and a -approximation in fixed-parameter…
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 · Optimization and Search Problems · Cryptography and Data Security
