Tight Bounds for Vertex Connectivity in Dynamic Streams
Sepehr Assadi, Vihan Shah

TL;DR
This paper introduces a nearly optimal streaming algorithm for determining vertex connectivity in dynamic graph streams, matching lower bounds and improving previous algorithms.
Contribution
It provides a space-efficient algorithm for vertex connectivity in dynamic streams, closing gaps between upper and lower bounds and extending prior work.
Findings
Achieves $ ilde{O}(k n)$ space complexity for vertex connectivity
Matches the known $ ilde{ ext{Omega}}(k n)$ lower bound
Provides a model-independent certificate for $k$-vertex-connectivity
Abstract
We present a streaming algorithm for the vertex connectivity problem in dynamic streams with a (nearly) optimal space bound: for any -vertex graph and any integer , our algorithm with high probability outputs whether or not is -vertex-connected in a single pass using space. Our upper bound matches the known lower bound for this problem even in insertion-only streams -- which we extend to multi-pass algorithms in this paper -- and closes one of the last remaining gaps in our understanding of dynamic versus insertion-only streams. Our result is obtained via a novel analysis of the previous best dynamic streaming algorithm of Guha, McGregor, and Tench [PODS 2015] who obtained an space algorithm for this problem. This also gives a model-independent algorithm for computing a "certificate" 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
TopicsComplexity and Algorithms in Graphs · Privacy-Preserving Technologies in Data · Cryptography and Data Security
