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 α if its edges can be partitioned into at most α forests and that a planar graph has arboricity α=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α+6)(1+ε) approximation using a single pass over the edges of the graph (ordered arbitrarily) and O(ε-2α · n · 1+ε n) space. In this note, we improve the approximation factor to (α+2)(1+ε) via a tighter analysis and show that, with a modification of their algorithm, the space required can be reduced to O(ε-2 n).

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…