DBScholar

Back to papers

Better Algorithms for Counting Triangles in Data Streams

Summary: Tightens space for 1+ε triangle-count approximation in streams: adjacency-list model achieves O~(ε^{-2} m / sqrt(T)) in one pass and O~(ε^{-2} m^{3/2} / T) in two passes; arbitrary-order achieves O~(ε^{-2} m / T) in two passes and O~(ε^{-2} m^{3/2} / T) in three passes (with degree oracle). Introduces an efficient wedge-sampling implementation via the first multi-sample l_p sampling algorithm with O(polylog n) update time, a broadly applicable primitive. (summarized by gpt-5-mini on Feb 09 2026)

Paper ID
1677
Venue
PODS
Year
2016
Pagerank
6.3609746e-05
Overall Rank
5,110 | 64.95%
DOI
10.1145/2902251.2902283

Incoming Non-self Citations Over Time

Authors

BibTeX Citation

@inproceedings{mcgregor_pods16,
        address = {New York, NY, USA},
        series = {{PODS} '16},
        title = {{Better Algorithms for Counting Triangles in Data Streams}},
        url = {https://dl.acm.org/doi/10.1145/2902251.2902283},
        doi = {10.1145/2902251.2902283},
        booktitle = {Proceedings of the {ACM} {SIGMOD} Symposium on {Principles} of {Database} {Systems}},
        publisher = {Association for Computing Machinery},
        author = {McGregor, Andrew and Vorotnikova, Sofya and Vu, Hoa T.},
        year = {2016}
}

Incoming Citations (Sorted by Pagerank)

Showing 6 of 6 citing papers.

Previous Page 1 / 1 Next

Outgoing Citations (Sorted by Pagerank)

Showing 4 of 4 cited papers.

Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.

Rank Cited Paper Year Venue Pagerank
458 Counting Triangles in Data Streams 2006 PODS 0.0001810876
777 Tight Bounds for Lp Samplers, Finding Duplicates in Streams, and Related Problems 2011 PODS 0.0001410593
1,103 Counting and Sampling Triangles from a Graph Stream 2013 VLDB 0.000121583
1,146 Graph Sketches: Sparsification, Spanners, and Subgraphs 2012 PODS 0.00011984702
Previous Page 1 / 1 Next

Semantically Similar Papers