Computing and Testing Small Connectivity in Near-Linear Time and Queries via Fast Local Cut Algorithms
Abstract
Consider the following "local" cut-detection problem in a directed graph: We are given a seed vertex and need to remove at most edges so that at most edges can be reached from (a "local" cut) or output to indicate that no such cut exists. If we are given query access to the input graph, then this problem can in principle be solved without reading the whole graph and with query complexity depending on and . In this paper we consider a slack variant of this problem where, when such a cut exists, we can output a cut with up to edges reachable from . We present a simple randomized algorithm spending time and queries for the above variant, improving in particular a previous time bound of by Chechik et al. [SODA '17]. We also extend our algorithm to handle an approximate variant. We demonstrate that these local algorithms are versatile primitives for designing substantially improved algorithms for classic graph problems by providing the following three applications. (Throughout, hides .) (1) A randomized algorithm for the classic -vertex connectivity problem that takes near-linear time when , namely time in undirected graphs. For directed graphs our -time algorithm is near-linear when . Our techniques also yield an improved approximation scheme. (2) Property testing algorithms for -edge and -vertex connectivity with query complexities that are near-linear in , exponentially improving the state-of-the-art. This resolves two open problems, one by Goldreich and Ron [STOC '97] and one by Orenstein and Ron [Theor. Comput Sci. '11]. (3) A faster algorithm for computing the maximal -edge connected subgraphs, improving prior work of Chechik et al. [SODA '17].
Cite
@article{arxiv.1910.14344,
title = {Computing and Testing Small Connectivity in Near-Linear Time and Queries via Fast Local Cut Algorithms},
author = {Sebastian Forster and Danupon Nanongkai and Thatchaphol Saranurak and Liu Yang and Sorrachai Yingchareonthawornchai},
journal= {arXiv preprint arXiv:1910.14344},
year = {2019}
}
Comments
This paper resulted from a merge of two papers submitted to arXiv (arXiv:1904.08382 and arXiv:1905.05329) and will be presented at the 31st Annual ACM-SIAM Symposium on Discrete Algorithms (SODA 2020). Abstract shortened to respect arXiv's limit of 1920 characters