41
17

Fast Distributed Brooks' Theorem

Abstract

We give a randomized Δ\Delta-coloring algorithm in the LOCAL model that runs in polyloglogn\text{poly} \log \log n rounds, where nn is the number of nodes of the input graph and Δ\Delta is its maximum degree. This means that randomized Δ\Delta-coloring is a rare distributed coloring problem with an upper and lower bound in the same ballpark, polyloglogn\text{poly}\log\log n, given the known Ω(logΔlogn)\Omega(\log_\Delta\log n) lower bound [Brandt et al., STOC '16]. Our main technical contribution is a constant time reduction to a constant number of (deg+1)(\text{deg}+1)-list coloring instances, for Δ=ω(log4n)\Delta = \omega(\log^4 n), resulting in a polyloglogn\text{poly} \log\log n-round CONGEST algorithm for such graphs. This reduction is of independent interest for other settings, including providing a new proof of Brooks' theorem for high degree graphs, and leading to a constant-round Congested Clique algorithm in such graphs. When Δ=ω(log21n)\Delta=\omega(\log^{21} n), our algorithm even runs in O(logn)O(\log^* n) rounds, showing that the base in the Ω(logΔlogn)\Omega(\log_\Delta\log n) lower bound is unavoidable. Previously, the best LOCAL algorithm for all considered settings used a logarithmic number of rounds. Our result is the first CONGEST algorithm for Δ\Delta-coloring non-constant degree graphs.

View on arXiv
Comments on this paper