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: A Note on Logarithmic Space Stream Algorithms for Matchings in Low Arboricity Graphs

Abstract: We present a data stream algorithm for estimating the size of the maximum matching of a low arboricity graph. Recall that a graph has arboricity $\alpha$ if its edges can be partitioned into at most $\alpha$ forests and that a planar graph has arboricity $\alpha=3$. Estimating the size of the maximum matching in such graphs has been a focus of recent data stream research.
A surprising result on this problem was recently proved by Cormode et al. They designed an ingenious algorithm that returned a $(22.5\alpha+6)(1+\epsilon)$ approximation using a single pass over the edges of the graph (ordered arbitrarily) and $O(\epsilon^{-2}\alpha \cdot \log n \cdot \log_{1+\epsilon} n)$ space. In this note, we improve the approximation factor to $(\alpha+2)(1+\epsilon)$ via a tighter analysis and show that, with a modification of their algorithm, the space required can be reduced to $O(\epsilon^{-2} \log n)$.
Comments: An update to the proof of Theorem 3. See paper for details
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:1612.02531 [cs.DS]
  (or arXiv:1612.02531v3 [cs.DS] for this version)

Submission history

From: Andrew McGregor [view email]
[v1] Thu, 8 Dec 2016 05:15:07 GMT (5kb)
[v2] Tue, 13 Dec 2016 03:55:08 GMT (5kb)
[v3] Mon, 14 Aug 2017 17:52:57 GMT (5kb)

Link back to: arXiv, form interface, contact.