Local Conflict Coloring Revisited: Linial for Lists

July 30, 2020 Β· Declared Dead Β· πŸ› International Symposium on Distributed Computing

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Yannic Maus, Tigran Tonoyan arXiv ID 2007.15251 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DC Citations 44 Venue International Symposium on Distributed Computing Last Checked 3 months ago
Abstract
Linial's famous color reduction algorithm reduces a given $m$-coloring of a graph with maximum degree $Ξ”$ to a $O(Ξ”^2\log m)$-coloring, in a single round in the LOCAL model. We show a similar result when nodes are restricted to choose their color from a list of allowed colors: given an $m$-coloring in a directed graph of maximum outdegree $Ξ²$, if every node has a list of size $Ξ©(Ξ²^2 (\log Ξ²+\log\log m + \log \log |\mathcal{C}|))$ from a color space $\mathcal{C}$ then they can select a color in two rounds in the LOCAL model. Moreover, the communication of a node essentially consists of sending its list to the neighbors. This is obtained as part of a framework that also contains Linial's color reduction (with an alternative proof) as a special case. Our result also leads to a defective list coloring algorithm. As a corollary, we improve the state-of-the-art truly local $(deg+1)$-list coloring algorithm from Barenboim et al. [PODC'18] by slightly reducing the runtime to $O(\sqrt{Ξ”\logΞ”})+\log^* n$ and significantly reducing the message size (from huge to roughly $Ξ”$). Our techniques are inspired by the local conflict coloring framework of Fraigniaud et al. [FOCS'16].
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted