A Note on Logarithmic Space Stream Algorithms for Matchings in Low Arboricity Graphs

December 08, 2016 Β· Declared Dead Β· πŸ› arXiv.org

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Andrew McGregor, Sofya Vorotnikova arXiv ID 1612.02531 Category cs.DS: Data Structures & Algorithms Citations 4 Venue arXiv.org Last Checked 4 months ago
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}Ξ±\cdot \log n \cdot \log_{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} \log n)$.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted