Efficient Randomized Distributed Coloring in CONGEST

December 28, 2020 Β· Declared Dead Β· πŸ› Symposium on the Theory of Computing

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors MagnΓΊs M. HalldΓ³rsson, Fabian Kuhn, Yannic Maus, Tigran Tonoyan arXiv ID 2012.14169 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DC Citations 37 Venue Symposium on the Theory of Computing Last Checked 3 months ago
Abstract
Distributed vertex coloring is one of the classic problems and probably also the most widely studied problems in the area of distributed graph algorithms. We present a new randomized distributed vertex coloring algorithm for the standard CONGEST model, where the network is modeled as an $n$-node graph $G$, and where the nodes of $G$ operate in synchronous communication rounds in which they can exchange $O(\log n)$-bit messages over all the edges of $G$. For graphs with maximum degree $Ξ”$, we show that the $(Ξ”+1)$-list coloring problem (and therefore also the standard $(Ξ”+1)$-coloring problem) can be solved in $O(\log^5\log n)$ rounds. Previously such a result was only known for the significantly more powerful LOCAL model, where in each round, neighboring nodes can exchange messages of arbitrary size. The best previous $(Ξ”+1)$-coloring algorithm in the CONGEST model had a running time of $O(\logΞ”+ \log^6\log n)$ rounds. As a function of $n$ alone, the best previous algorithm therefore had a round complexity of $O(\log n)$, which is a bound that can also be achieved by a naΓ―ve folklore algorithm. For large maximum degree $Ξ”$, our algorithm hence is an exponential improvement over the previous state of the art.
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