English

Vertex Connectivity in Poly-logarithmic Max-flows

Data Structures and Algorithms 2021-04-12 v2

Abstract

The vertex connectivity of an mm-edge nn-vertex undirected graph is the smallest number of vertices whose removal disconnects the graph, or leaves only a singleton vertex. In this paper, we give a reduction from the vertex connectivity problem to a set of maxflow instances. Using this reduction, we can solve vertex connectivity in O~(mα)\tilde O(m^{\alpha}) time for any α1\alpha \ge 1, if there is a mαm^{\alpha}-time maxflow algorithm. Using the current best maxflow algorithm that runs in m4/3+o(1)m^{4/3+o(1)} time (Kathuria, Liu and Sidford, FOCS 2020), this yields a m4/3+o(1)m^{4/3+o(1)}-time vertex connectivity algorithm. This is the first improvement in the running time of the vertex connectivity problem in over 20 years, the previous best being an O~(mn)\tilde O(mn)-time algorithm due to Henzinger, Rao, and Gabow (FOCS 1996). Indeed, no algorithm with an o(mn)o(mn) running time was known before our work, even if we assume an O~(m)\tilde O(m)-time maxflow algorithm. Our new technique is robust enough to also improve the best O~(mn)\tilde O(mn)-time bound for directed vertex connectivity to mn11/12+o(1)mn^{1-1/12+o(1)} time

Keywords

Cite

@article{arxiv.2104.00104,
  title  = {Vertex Connectivity in Poly-logarithmic Max-flows},
  author = {Jason Li and Danupon Nanongkai and Debmalya Panigrahi and Thatchaphol Saranurak and Sorrachai Yingchareonthawornchai},
  journal= {arXiv preprint arXiv:2104.00104},
  year   = {2021}
}
R2 v1 2026-06-24T00:45:07.892Z