Towards the Locality of Vizing's Theorem

January 02, 2019 Β· 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 Hsin-Hao Su, Hoa T. Vu arXiv ID 1901.00479 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DC Citations 31 Venue Symposium on the Theory of Computing Last Checked 3 months ago
Abstract
Vizing showed that it suffices to color the edges of a simple graph using $Ξ”+ 1$ colors, where $Ξ”$ is the maximum degree of the graph. However, up to this date, no efficient distributed edge-coloring algorithms are known for obtaining such a coloring, even for constant degree graphs. The current algorithms that get closest to this number of colors are the randomized $(Ξ”+ \tildeΘ(\sqrtΞ”))$-edge-coloring algorithm that runs in $\text{polylog}(n)$ rounds by Chang et al. (SODA '18) and the deterministic $(Ξ”+ \text{polylog}(n))$-edge-coloring algorithm that runs in $\text{poly}(Ξ”, \log n)$ rounds by Ghaffari et al. (STOC '18). We present two distributed edge-coloring algorithms that run in $\text{poly}(Ξ”,\log n)$ rounds. The first algorithm, with randomization, uses only $Ξ”+2$ colors. The second algorithm is a deterministic algorithm that uses $Ξ”+ O(\log n/ \log \log n)$ colors. Our approach is to reduce the distributed edge-coloring problem into an online, restricted version of balls-into-bins problem. If $\ell$ is the maximum load of the bins, our algorithm uses $Ξ”+ 2\ell - 1$ colors. We show how to achieve $\ell = 1$ with randomization and $\ell = O(\log n / \log \log n)$ without randomization.
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