Graph Coloring via Degeneracy in Streaming and Other Space-Conscious Models

May 02, 2019 Β· Declared Dead Β· πŸ› International Colloquium on Automata, Languages and Programming

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Suman K. Bera, Amit Chakrabarti, Prantar Ghosh arXiv ID 1905.00566 Category cs.DS: Data Structures & Algorithms Citations 34 Venue International Colloquium on Automata, Languages and Programming Last Checked 3 months ago
Abstract
We study the problem of coloring a given graph using a small number of colors in several well-established models of computation for big data. These include the data streaming model, the general graph query model, the massively parallel computation (MPC) model, and the CONGESTED-CLIQUE and the LOCAL models of distributed computation. On the one hand, we give algorithms with sublinear complexity, for the appropriate notion of complexity in each of these models. Our algorithms color a graph $G$ using about $ΞΊ(G)$ colors, where $ΞΊ(G)$ is the degeneracy of $G$: this parameter is closely related to the arboricity $Ξ±(G)$. As a function of $ΞΊ(G)$ alone, our results are close to best possible, since the optimal number of colors is $ΞΊ(G)+1$. On the other hand, we establish certain lower bounds indicating that sublinear algorithms probably cannot go much further. In particular, we prove that any randomized coloring algorithm that uses $ΞΊ(G)+1$ many colors, would require $Ξ©(n^2)$ storage in the one pass streaming model, and $Ξ©(n^2)$ many queries in the general graph query model, where $n$ is the number of vertices in the graph. These lower bounds hold even when the value of $ΞΊ(G)$ is known in advance; at the same time, our upper bounds do not require $ΞΊ(G)$ to be given in advance.
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