pith. sign in

arxiv: 1807.07640 · v2 · pith:W5LX7XLEnew · submitted 2018-07-19 · 💻 cs.DS

Coloring in Graph Streams

classification 💻 cs.DS
keywords graphcoloringvarepsilonalgorithmvertexalphaarboricitydelta
0
0 comments X
read the original 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 $(\Delta+1)$-vertex coloring of a graph with maximum degree $\Delta$. We design a one pass randomized streaming algorithm for $(1+\varepsilon)\Delta$-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\alpha$-vertex coloring algorithm for a graph with arboricity $\alpha$. We present a $O(\varepsilon^{-1}\log n)$ pass randomized vertex coloring algorithm that requires at most $(2+\varepsilon)\alpha$ many colors for any constant $\varepsilon>0$ for a graph with arboricity $\alpha$ in the semi streaming model.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Faster Deterministic Streaming Vertex Coloring

    cs.DS 2026-05 unverdicted novelty 8.0

    A deterministic semi-streaming algorithm achieves an O(Δ)-coloring in O(√log Δ) passes, the first with linear palette size and sublogarithmic passes.