16
0

Simpler and More General Distributed Coloring Based on Simple List Defective Coloring Algorithms

Abstract

In this paper, we give list coloring variants of simple iterative defective coloring algorithms. Formally, in a list defective coloring instance, each node vv of a graph is given a list LvL_v of colors and a list of allowed defects dv(x)d_v(x) for the colors. Each node vv needs to be colored with a color xLvx\in L_v such that at most dv(x)d_v(x) neighbors of vv also pick the same color xx. For a defect parameter dd, it is known that by making two sweeps in opposite order over the nodes of an edge-oriented graph with maximum outdegree β\beta, one can compute a coloring with O(β2/d2)O(\beta^2/d^2) colors such that every node has at most dd outneighbors of the same color. We generalize this and show that if all nodes have lists of size p2p^2 and v:xLv(dv(x)+1)>pβ\forall v:\sum_{x\in L_v}(d_v(x)+1)>p\cdot\beta, we can make two sweeps of the nodes such that at the end, each node vv has chosen a color xLvx\in L_v for which at most dv(x)d_v(x) outneighbors of vv are colored with color xx. Our algorithm is simpler and computationally significantly more efficient than existing algorithms for similar list defective coloring problems. We show that the above result can in particular be used to obtain an alternative O~(Δ)+O(logn)\tilde{O}(\sqrt{\Delta})+O(\log^* n)-round algorithm for the (Δ+1)(\Delta+1)-coloring problem in the CONGEST model. The neighborhood independence θ\theta of a graph is the maximum number of pairwise non-adjacent neighbors of some node of the graph. It is known that by doing a single sweep over the nodes of a graph of neighborhood independence θ\theta, one can compute a dd-defective coloring with O(θΔ/d)O(\theta\cdot \Delta/d) colors. We extend this approach to the list defective coloring setting and use it to obtain an efficient recursive coloring algorithm for graphs of neighborhood independence θ\theta. In particular, if θ=O(1)\theta=O(1), we get an (logΔ)O(loglogΔ)+O(logn)(\log\Delta)^{O(\log\log\Delta)}+O(\log^* n)-round algorithm.

View on arXiv
Comments on this paper