Lower bounds for testing digraph connectivity with one-pass streaming algorithms
Glencora Borradaile, Claire Mathieu, Theresa Migler

TL;DR
This paper establishes lower bounds on the memory required for one-pass streaming algorithms to correctly test key digraph properties such as strong connectivity, acyclicity, and reachability, highlighting fundamental limitations in streaming graph algorithms.
Contribution
It proves that testing these properties in a streaming setting necessitates linear memory in the number of edges, revealing inherent complexity barriers.
Findings
Memory lower bounds of Ω(ε m) for testing properties
Demonstrates fundamental limitations of one-pass streaming algorithms
Applicable to properties like strong connectivity, acyclicity, reachability
Abstract
In this note, we show that three graph properties - strong connectivity, acyclicity, and reachability from a vertex to all vertices - each require a working memory of on a graph with edges to be determined correctly with probability greater than .
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 · Stochastic Gradient Optimization Techniques
