Streaming Edge Coloring with Asymptotically Optimal Colors

05/02/2023
by   Soheil Behnezhad, et al.
0

Given a graph G, an edge-coloring is an assignment of colors to edges of G such that any two edges sharing an endpoint receive different colors. By Vizing's celebrated theorem, any graph of maximum degree Δ needs at least Δ and at most (Δ + 1) colors to be properly edge colored. In this paper, we study edge colorings in the streaming setting. The edges arrive one by one in an arbitrary order. The algorithm takes a single pass over the input and must output a solution using a much smaller space than the input size. Since the output of edge coloring is as large as its input, the assigned colors should also be reported in a streaming fashion. The streaming edge coloring problem has been studied in a series of works over the past few years. The main challenge is that the algorithm cannot "remember" all the color assignments that it returns. To ensure the validity of the solution, existing algorithms use many more colors than Vizing's bound. Namely, in n-vertex graphs, the state-of-the-art algorithm with O(n s) space requires O(Δ^2/s + Δ) colors. Note, in particular, that for an asymptotically optimal O(Δ) coloring, this algorithm requires Ω(nΔ) space which is as large as the input. Whether such a coloring can be achieved with sublinear space has been left open. In this paper, we answer this question in the affirmative. We present a randomized algorithm that returns an asymptotically optimal O(Δ) edge coloring using O(n √(Δ)) space. More generally, our algorithm returns a proper O(Δ^1.5/s + Δ) edge coloring with O(n s) space, improving prior algorithms for the whole range of s.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
04/24/2023

Low-Memory Algorithms for Online and W-Streaming Edge Coloring

For edge coloring, the online and the W-streaming models seem somewhat o...
research
05/11/2023

Streaming Edge Coloring with Subquadratic Palette Size

In this paper, we study the problem of computing an edge-coloring in the...
research
01/06/2020

A note on the simultaneous edge coloring

Let G=(V,E) be a graph. A (proper) k-edge-coloring is a coloring of the ...
research
06/18/2020

Palette Sparsification Beyond (Δ+1) Vertex Coloring

A recent palette sparsification theorem of Assadi, Chen, and Khanna [SOD...
research
09/02/2016

Peacock Bundles: Bundle Coloring for Graphs with Globality-Locality Trade-off

Bundling of graph edges (node-to-node connections) is a common technique...
research
11/12/2018

Sliding Window Temporal Graph Coloring

Graph coloring is one of the most famous computational problems with app...
research
02/23/2023

Using Colors and Sketches to Count Subgraphs in a Streaming Graph

Suppose we wish to estimate #H, the number of copies of some small graph...

Please sign up or login with your details

Forgot password? Click here to reset