Finding Most Shattering Minimum Vertex Cuts of Polylogarithmic Size in Near-Linear Time
Kevin Hua, Daniel Li, Jaewoo Park, Thatchaphol Saranurak
TL;DR
This work delivers the first randomized near-linear time algorithms for listing all minimum vertex cuts of polylogarithmic size that yield at least three components (k-shredders) and for finding the most shattering one. The authors extend local flow techniques to operate on a local scale and combine them with a pairwise connectivity oracle under vertex failures to efficiently verify shredders, breaking the longstanding quadratic bottleneck of CT99. The main results show that, for k = O(polylog(n)), all k-shredders can be listed in time O(m + k^5 n log^4 n) with probability 1 - n^{-97}, and a most shattering minimum vertex cut can be produced in the same bound. The approach integrates edge-sampling for balanced shredders with localized Shredders and verification via connectivity oracles for unbalanced shredders, offering potential impact on vertex-connectivity augmentation and dynamic maintenance, and suggesting directions for further exploration in related Pfaffian and brace-related problems.
Abstract
We show the first near-linear time randomized algorithms for listing all minimum vertex cuts of polylogarithmic size that separate the graph into at least three connected components (also known as shredders) and for finding the most shattering one, i.e., the one maximizing the number of connected components. Our algorithms break the quadratic time bound by Cheriyan and Thurimella (STOC'96) for both problems that has stood for more than two decades. Our work also removes a bottleneck to near-linear time algorithms for the vertex connectivity augmentation problem (Jordan '95). Note that it is necessary to list only minimum vertex cuts that separate the graph into at least three components because there can be an exponential number of minimum vertex cuts in general. To obtain near-linear time algorithms, we have extended techniques in local flow algorithms developed by Forster et al. (SODA'20) to list shredders on a local scale. We also exploit fast queries to a pairwise vertex connectivity oracle subject to vertex failures (Long and Saranurak FOCS'22, Kosinas ESA'23). This is the first application of connectivity oracles subject to vertex failures to speed up a static graph algorithm.
