We present a randomized parallel algorithm in the {\sf PRAM} model for k-vertex connectivity. Given an undirected simple graph, our algorithm either finds a set of fewer than k vertices whose removal disconnects the graph or reports that no such set exists. The algorithm runs in O(m⋅poly(k,logn)) work and O(poly(k,logn)) depth, which is nearly optimal for any k=poly(logn). Prior to our work, algorithms with near-linear work and polylogarithmic depth were known only for k=3 [Miller, Ramachandran, STOC'87]; for k=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 n) depth.
@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}
}