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)-coloring of an n-node graph with maximum degree in 2O()· n rounds. This improves on the best previously known time complexity for a large range of values of . For graphs with arboricity a, we obtain a deterministic distributed algorithm to compute a (2+o(1))a-coloring in time 2O( a)·2 n. Further, for graphs with bounded neighborhood independence, we show that a (+1)-coloring can be computed more efficiently in time 2O() + O(* n). This in particular implies that also a (2-1)-edge coloring can be computed deterministically in 2O() + O(* n) rounds, which improves the best known time bound for small values of . All results even hold for the list coloring variants of the problems. As a consequence, we also obtain an improved deterministic 2O()·3 n-round algorithm for -coloring non-complete graphs with maximum degree ≥ 3. Most of our algorithms only require messages of O( n) bits (including the (+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). 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.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…