Space Complexity of Vertex Connectivity Oracles
Seth Pettie, Thatchaphol Saranurak, Longhui Yin

TL;DR
This paper investigates the space complexity of vertex connectivity oracles, establishing lower bounds and presenting an optimal-space oracle that answers queries efficiently in undirected graphs.
Contribution
It provides a tight lower bound on space and constructs an optimal-space oracle with fast query time, improving understanding of efficiency limits.
Findings
Lower bound of (kn) bits on space complexity.
An oracle with optimal space and ( log n) query time.
Queries answered in ( log n) time, independent of k.
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 .
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
TopicsDistributed systems and fault tolerance · Complexity and Algorithms in Graphs · Cryptography and Data Security
