Computing and Testing Small Vertex Connectivity in Near-Linear Time and Queries
Danupon Nanongkai, Thatchaphol Saranurak, Sorrachai, Yingchareonthawornchai

TL;DR
This paper introduces a simple randomized algorithm for local vertex connectivity that runs in near-linear time, leading to faster algorithms for testing and computing small vertex connectivity in undirected graphs.
Contribution
The paper presents a new, simple randomized algorithm for local vertex connectivity with near-linear time complexity, improving the efficiency of testing and computing small vertex connectivity.
Findings
New randomized local vertex connectivity algorithm with $O( u k^2)$ time.
First near-linear time algorithm for $4 \,\leq\, k \leq \text{polylog} n$.
Improved bounds for testing $k$-edge and -vertex connectivity.
Abstract
We present a new, simple, algorithm for the local vertex connectivity problem (LocalVC) introduced by Nanongkai~et~al. [STOC'19]. Roughly, given an undirected unweighted graph , a seed vertex , a target volume , and a target separator size , the goal of LocalVC is to remove vertices `near' (in terms of ) to disconnect the graph in `local time', which depends only on parameters and . In this paper, we present a simple randomized algorithm with running time and correctness probability . Plugging our new localVC algorithm in the generic framework of Nanongkai~et~al. immediately lead to a randomized -time algorithm for the classic -vertex connectivity problem on undirected graphs. ( hides .) This is the first near-linear time algorithm for any .…
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 · Distributed systems and fault tolerance
