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 -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.
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}
}