Randomized Greedy Online Edge Coloring Succeeds for Dense and Randomly-Ordered Graphs

June 18, 2024 Β· Declared Dead Β· πŸ› ACM-SIAM Symposium on Discrete Algorithms

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Aditi Dudeja, Rashmika Goswami, Michael Saks arXiv ID 2406.13000 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DM, math.CO Citations 9 Venue ACM-SIAM Symposium on Discrete Algorithms Last Checked 4 months ago
Abstract
Vizing's theorem states that any graph of maximum degree $Ξ”$ can be properly edge colored with at most $Ξ”+1$ colors. In the online setting, it has been a matter of interest to find an algorithm that can properly edge color any graph on $n$ vertices with maximum degree $Ξ”= Ο‰(\log n)$ using at most $(1+o(1))Ξ”$ colors. Here we study the naΓ―ve random greedy algorithm, which simply chooses a legal color uniformly at random for each edge upon arrival. We show that this algorithm can $(1+Ξ΅)Ξ”$-color the graph for arbitrary $Ξ΅$ in two contexts: first, if the edges arrive in a uniformly random order, and second, if the edges arrive in an adversarial order but the graph is sufficiently dense, i.e., $n = O(Ξ”)$. Prior to this work, the random greedy algorithm was only known to succeed in trees. Our second result is applicable even when the adversary is adaptive, and therefore implies the existence of a deterministic edge coloring algorithm which $(1+Ξ΅)Ξ”$ edge colors a dense graph. Prior to this, the best known deterministic algorithm for this problem was the simple greedy algorithm which utilized $2Ξ”-1$ colors.
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