A Faster Local Algorithm for Detecting Bounded-Size Cuts with Applications to Higher-Connectivity Problems
Sebastian Forster, Liu Yang

TL;DR
This paper introduces a faster randomized local algorithm for detecting small cuts in directed graphs, significantly improving query complexity and enabling faster algorithms for higher-connectivity problems.
Contribution
It presents a new cut-detection procedure with improved query bounds, leading to faster algorithms for vertex connectivity and related problems.
Findings
Achieved $O(k^2 elta)$ query complexity, improving previous bounds.
Enabled nearly linear time algorithms for polylogarithmic connectivity.
Resolved open problems in property testing for higher connectivity.
Abstract
Consider the following "local" cut-detection problem in a directed graph: We are given a starting vertex and need to detect whether there is a cut with at most edges crossing the cut such that the side of the cut containing has at most interior edges. If we are given query access to the input graph, then this problem can in principle be solved in sublinear time without reading the whole graph and with query complexity depending on and . We design an elegant randomized procedure that solves a slack variant of this problem with queries, improving in particular a previous bound of by Chechik et al. [SODA 2017]. In this slack variant, the procedure must successfully detect a component containing with at most outgoing edges and interior edges if such a component exists, but the component it actually…
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
