Proceedings of the Seventeenth Annual ACM-SIAM Symposium on Discrete Algorithm - SODA '06 2006
DOI: 10.1145/1109557.1109635
|View full text |Cite
|
Sign up to set email alerts
|

Trading off space for passes in graph streaming problems

Abstract: Data stream processing has recently received increasing attention as a computational paradigm for dealing with massive data sets. While major progress has been achieved for several fundamental data sketching and statistics problems, there are many problems that seem to be hard in a streaming setting, including most classical graph problems. Relevant examples are graph connectivity and shortest paths, for which linear lower bounds on the "space x passes" product are known. Some recent papers have shown that sev… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
15
0

Year Published

2006
2006
2017
2017

Publication Types

Select...
4
3
2

Relationship

0
9

Authors

Journals

citations
Cited by 36 publications
(15 citation statements)
references
References 16 publications
0
15
0
Order By: Relevance
“…Let X ⊂ E be the minimum edge set that any triangle t ∈ T (u) touches an edge in X . We claim |X | = Ω(n β ) by (12), (13) and by…”
Section: Theoremmentioning
confidence: 99%
“…Let X ⊂ E be the minimum edge set that any triangle t ∈ T (u) touches an edge in X . We claim |X | = Ω(n β ) by (12), (13) and by…”
Section: Theoremmentioning
confidence: 99%
“…They use edge weights of edges in the stream and compare them with the sum of the weights of the edges in the current matching M . Demetrescu et al [8] show that the single-source shortest path problem in directed graphs can be solved in the w-stream model in O(n log 3/2 n)/ √ s) passes. For undirected connectivity they propose an O(n log n)/s passes algorithm.…”
Section: Related Workmentioning
confidence: 99%
“…Interestingly, for many of these properties, such as connectedness, which is at the basis of short path computations, at least Ω(n) bits need to be stored if streams can only be read [10]. The W-Stream model [7], where intermediate streams are written in one pass to be read in the next pass, allows for a trade-off between memory and number of passes for single source shortest paths. Such an intermediate stream can be viewed as an excerpt of the graph.…”
Section: Related Workmentioning
confidence: 99%