We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: An Optimal Algorithm for Triangle Counting in the Stream

Abstract: We present a new algorithm for approximating the number of triangles in a graph $G$ whose edges arrive as an arbitrary order stream. If $m$ is the number of edges in $G$, $T$ the number of triangles, $\Delta_E$ the maximum number of triangles which share a single edge, and $\Delta_V$ the maximum number of triangles which share a single vertex, then our algorithm requires space: \[ \widetilde{O}\left(\frac{m}{T}\cdot \left(\Delta_E + \sqrt{\Delta_V}\right)\right) \] Taken with the $\Omega\left(\frac{m \Delta_E}{T}\right)$ lower bound of Braverman, Ostrovsky, and Vilenchik (ICALP 2013), and the $\Omega\left( \frac{m \sqrt{\Delta_V}}{T}\right)$ lower bound of Kallaugher and Price (SODA 2017), our algorithm is optimal up to log factors, resolving the complexity of a classic problem in graph streaming.
Comments: Title changed and some minor edits
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:2105.01785 [cs.DS]
  (or arXiv:2105.01785v2 [cs.DS] for this version)

Submission history

From: John Michael Goddard Kallaugher [view email]
[v1] Tue, 4 May 2021 22:39:38 GMT (13kb)
[v2] Wed, 14 Jul 2021 21:58:25 GMT (15kb)

Link back to: arXiv, form interface, contact.