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

11/05/2021
by   Zhiyang He, et al.
0

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

READ FULL TEXT

page 1

page 2

page 3

page 4

research
10/07/2019

Faster Minimum k-cut of a Simple Graph

We consider the (exact, minimum) k-cut problem: given a graph and an int...
research
08/14/2017

On the Separation of a Polyhedron from Its Single-Part Mold

Casting is a manufacturing process where liquid material is poured into ...
research
11/20/2019

The Karger-Stein Algorithm is Optimal for k-cut

In the k-cut problem, we are given an edge-weighted graph and want to fi...
research
05/17/2020

Optimal Bounds for the k-cut Problem

In the k-cut problem, we want to find the smallest set of edges whose de...
research
10/29/2021

Friendly Cut Sparsifiers and Faster Gomory-Hu Trees

We devise new cut sparsifiers that are related to the classical sparsifi...
research
04/13/2023

Beyond the Quadratic Time Barrier for Network Unreliability

Karger (STOC 1995) gave the first FPTAS for the network (un)reliability ...

Please sign up or login with your details

Forgot password? Click here to reset