Data structure for node connectivity and cut queries
Zeev Nutov

TL;DR
This paper develops a compact data structure for efficiently answering node connectivity and cut queries in graphs, improving space and time complexity over previous methods, and extends to specialized cases with laminar cut families.
Contribution
It introduces a more space-efficient data structure for node connectivity queries with constant query time, and provides a simplified, generalized approach for cut queries and laminar cut families.
Findings
Achieves $O(1)$ query time for node connectivity with smaller space for $k< ext{log} n$.
Shows that $O(kn)$ cuts suffice to find small $st$-cuts.
Provides a space-efficient data structure for specialized node subsets with laminar cut families.
Abstract
Let denote the maximum number of internally disjoint -paths in an undirected graph . We consider designing a compact data structure that answers -bounded node connectivity queries: given return . A trivial data structure has space and query time . A data structure of Hsu and Lu has space and query time ,and a randomized data structure of Iszak and Nutov has space and query time . We extend the Hsu-Lu data structure to answer queries in time . In parallel to our work, Pettie, Saranurak and Yin extended the Iszak-Nutov data structure to answer queries in time . Our data structure is more compact for , and our query time is always better. We then augment our data structure by a list of cuts that enables to return a pointer to a minimum…
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.
