English

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

Data Structures and Algorithms 2024-10-30 v2 Discrete Mathematics Combinatorics

Abstract

Vizing's theorem states that any graph of maximum degree Δ\Delta can be properly edge colored with at most Δ+1\Delta+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 nn vertices with maximum degree Δ=ω(logn)\Delta = \omega(\log n) using at most (1+o(1))Δ(1+o(1))\Delta colors. Here we study the na\"{i}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+ϵ)Δ(1+\epsilon)\Delta-color the graph for arbitrary ϵ\epsilon 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(Δ)n = O(\Delta). 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+ϵ)Δ(1+\epsilon)\Delta edge colors a dense graph. Prior to this, the best known deterministic algorithm for this problem was the simple greedy algorithm which utilized 2Δ12\Delta-1 colors.

Keywords

Cite

@article{arxiv.2406.13000,
  title  = {Randomized Greedy Online Edge Coloring Succeeds for Dense and Randomly-Ordered Graphs},
  author = {Aditi Dudeja and Rashmika Goswami and Michael Saks},
  journal= {arXiv preprint arXiv:2406.13000},
  year   = {2024}
}
R2 v1 2026-06-28T17:10:59.945Z