Space Complexity of Vertex Connectivity Oracles
Data Structures and Algorithms
2025-11-27 v2 Combinatorics
Abstract
A -vertex connectivity oracle for undirected is a data structure that, given , reports , where is the pairwise vertex connectivity between . There are three main measures of efficiency: construction time, query time, and space. Prior work of Izsak and Nutov shows that a data structure of total size can even be encoded as a -bit labeling scheme so that vertex-connectivity queries can be answered in time. The construction time is polynomial, but unspecified. In this paper we address the top three complexity measures: Space, Query Time, and Construction Time. We give an -bit lower bound on any vertex connectivity oracle. We construct an optimal-space connectivity oracle in max-flow time that answers queries in time, independent of .
Cite
@article{arxiv.2201.00408,
title = {Space Complexity of Vertex Connectivity Oracles},
author = {Seth Pettie and Thatchaphol Saranurak and Longhui Yin},
journal= {arXiv preprint arXiv:2201.00408},
year = {2025}
}