Simple vertex coloring algorithms

02/14/2021
by   Jackson Morris, et al.
0

Given a graph G with n vertices and maximum degree Δ, it is known that G admits a vertex coloring with Δ + 1 colors such that no edge of G is monochromatic. This can be seen constructively by a simple greedy algorithm, which runs in time O(nΔ). Very recently, a sequence of results (e.g., [Assadi et. al. SODA'19, Bera et. al. ICALP'20, Alon Assadi Approx/Random'20]) show randomized algorithms for (ϵ + 1)Δ-coloring in the query model making Õ(n√(n)) queries, improving over the greedy strategy on dense graphs. In addition, a lower bound of Ω(n√(n)) for any O(Δ)-coloring is established on general graphs. In this work, we give a simple algorithm for (1 + ϵ)Δ-coloring. This algorithm makes O(ϵ^-1/2n√(n)) queries, which matches the best existing algorithms as well as the classical lower bound for sufficiently large ϵ. Additionally, it can be readily adapted to a quantum query algorithm making Õ(ϵ^-1n^4/3) queries, bypassing the classical lower bound. Complementary to these algorithmic results, we show a quantum lower bound of Ω(n) for O(Δ)-coloring.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
04/19/2019

Tight Bounds for Online Edge Coloring

Vizing's celebrated theorem asserts that any graph of maximum degree Δ a...
research
06/13/2020

When Algorithms for Maximal Independent Set and Maximal Matching Run in Sublinear-Time

Maximal independent set (MIS), maximal matching (MM), and (Δ+1)-coloring...
research
11/14/2022

Fast Distributed Brooks' Theorem

We give a randomized Δ-coloring algorithm in the LOCAL model that runs i...
research
09/21/2018

Distributed coloring of graphs with an optimal number of colors

This paper studies sufficient conditions to obtain efficient distributed...
research
05/21/2019

Memory Lower Bounds for Self-Stabilization

In the context of self-stabilization, a silent algorithm guarantees that...
research
05/14/2021

The Greedy Algorithm is not Optimal for On-Line Edge Coloring

Nearly three decades ago, Bar-Noy, Motwani and Naor showed that no onlin...
research
05/20/2023

On Testing and Learning Quantum Junta Channels

We consider the problems of testing and learning quantum k-junta channel...

Please sign up or login with your details

Forgot password? Click here to reset