43
34

Faster Deterministic Distributed Coloring Through Recursive List Coloring

Abstract

We provide novel deterministic distributed vertex coloring algorithms. As our main result, we give a deterministic distributed algorithm to compute a (Δ+1)(\Delta+1)-coloring of an nn-node graph with maximum degree Δ\Delta in 2O(logΔ)logn2^{O(\sqrt{\log\Delta})}\cdot\log n rounds. This improves on the best previously known time complexity for a large range of values of Δ\Delta. For graphs with arboricity aa, we obtain a deterministic distributed algorithm to compute a (2+o(1))a(2+o(1))a-coloring in time 2O(loga)log2n2^{O(\sqrt{\log a})}\cdot\log^2 n. Further, for graphs with bounded neighborhood independence, we show that a (Δ+1)(\Delta+1)-coloring can be computed more efficiently in time 2O(logΔ)+O(logn)2^{O(\sqrt{\log\Delta})} + O(\log^* n). This in particular implies that also a (2Δ1)(2\Delta-1)-edge coloring can be computed deterministically in 2O(logΔ)+O(logn)2^{O(\sqrt{\log\Delta})} + O(\log^* n) rounds, which improves the best known time bound for small values of Δ\Delta. All results even hold for the list coloring variants of the problems. As a consequence, we also obtain an improved deterministic 2O(logΔ)log3n2^{O(\sqrt{\log\Delta})}\cdot\log^3 n-round algorithm for Δ\Delta-coloring non-complete graphs with maximum degree Δ3\Delta\geq 3. Most of our algorithms only require messages of O(logn)O(\log n) bits (including the (Δ+1)(\Delta+1)-vertex coloring algorithms). Our main technical contribution is a recursive deterministic distributed list coloring algorithm to solve list coloring problems with lists of size Δ1+o(1)\Delta^{1+o(1)}. Given some list coloring problem and an orientation of the edges, we show how to recursively divide the global color space into smaller subspaces, assign one of the subspaces to each node of the graph, and compute a new edge orientation such that for each node, the list size to out-degree ratio degrades at most by a constant factor on each recursion level.

View on arXiv
Comments on this paper