English

Parallel Small Vertex Connectivity in Near-Linear Work and Polylogarithmic Depth

Data Structures and Algorithms 2025-04-09 v1

Abstract

We present a randomized parallel algorithm in the {\sf PRAM} model for kk-vertex connectivity. Given an undirected simple graph, our algorithm either finds a set of fewer than kk vertices whose removal disconnects the graph or reports that no such set exists. The algorithm runs in O(mpoly(k,logn))O(m \cdot \text{poly}(k, \log n)) work and O(poly(k,logn))O(\text{poly}(k, \log n)) depth, which is nearly optimal for any k=poly(logn)k = \text{poly}(\log n). Prior to our work, algorithms with near-linear work and polylogarithmic depth were known only for k=3k=3 [Miller, Ramachandran, STOC'87]; for k=4k=4, sequential algorithms achieving near-linear time were known [Forster, Nanongkai, Yang, Saranurak, Yingchareonthawornchai, SODA'20], but no algorithm with near-linear work could achieve even sublinear (on nn) depth.

Keywords

Cite

@article{arxiv.2504.06033,
  title  = {Parallel Small Vertex Connectivity in Near-Linear Work and Polylogarithmic Depth},
  author = {Yonggang Jiang and Changki Yun},
  journal= {arXiv preprint arXiv:2504.06033},
  year   = {2025}
}
R2 v1 2026-06-28T22:50:52.292Z