Coloring in Graph Streams

July 19, 2018 Β· 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 Suman Kalyan Bera, Prantar Ghosh arXiv ID 1807.07640 Category cs.DS: Data Structures & Algorithms Citations 10 Venue arXiv.org Last Checked 4 months ago
Abstract
In this paper, we initiate the study of the vertex coloring problem of a graph in the semi streaming model. In this model, the input graph is defined by a stream of edges, arriving in adversarial order and any algorithm must process the edges in the order of arrival using space linear (up to polylogarithmic factors) in the number of vertices of the graph. In the offline settings, there is a simple greedy algorithm for $(Ξ”+1)$-vertex coloring of a graph with maximum degree $Ξ”$. We design a one pass randomized streaming algorithm for $(1+\varepsilon)Ξ”$-vertex coloring problem for any constant $\varepsilon >0$ using $O(\varepsilon^{-1} n ~\mathrm{ poly} \log n)$ space where $n$ is the number of vertices in the graph. Much more color efficient algorithms are known for graphs with bounded arboricity in the offline settings. Specifically, there is a simple $2Ξ±$-vertex coloring algorithm for a graph with arboricity $Ξ±$. We present a $O(\varepsilon^{-1}\log n)$ pass randomized vertex coloring algorithm that requires at most $(2+\varepsilon)Ξ±$ many colors for any constant $\varepsilon>0$ for a graph with arboricity $Ξ±$ in the semi streaming model.
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