English

Deterministic Edge Coloring with few Colors in CONGEST

Data Structures and Algorithms 2026-03-04 v1

Abstract

As the main contribution of this work we present deterministic edge coloring algorithms in the CONGEST model. In particular, we present an algorithm that edge colors any nn-node graph with maximum degree Δ\Delta with with (1+ε)Δ+O(logn)(1+\varepsilon)\Delta+O(\sqrt{\log n}) colors in O~(log2.5n+log2Δlogn)\tilde{O}(\log^{2.5} n+\log^2 \Delta \log n) rounds. This brings the upper bound polynomially close to the lower bound of Ω(logn/loglogn)\Omega(\log n/\log\log n) rounds that also holds in the more powerful LOCAL model [Chang, He, Li, Pettie, Uitto; SODA'18]. As long as Δclogn\Delta \geq c\sqrt{\log n} our algorithm uses fewer than 2Δ12\Delta-1 colors and to the best of our knowledge is the first polylogarithmic-round CONGEST algorithm achieving this for any range of Δ\Delta. As a corollary we also improve the complexity of edge coloring with 2Δ12\Delta-1 colors for all ranges of Δ\Delta to O~(log2.5n+log2Δlogn)\tilde{O}(\log^{2.5} n+\log^2 \Delta \log n). This improves upon the previous O(log8n)O(\log^8 n)-round algorithm from [Fischer, Ghaffari, Kuhn; FOCS'17]. Our approach builds on a refined analysis and extension of the online edge-coloring algorithm of Blikstad, Svensson, Vintan, and Wajc [FOCS'25], and more broadly on new connections between online and distributed graph algorithms. We show that their algorithm exhibits very low locality and, if it can additionally have limited local access to future edges (as distributed algorithms can), it can be derandomized for smaller degrees. Under this additional power, we are able to bypass classical online lower bounds and translate the results to efficient distributed algorithms. This leads to our CONGEST algorithm for (1+ε)Δ+O(logn)(1+\varepsilon)\Delta+O(\sqrt{\log n})-edge coloring. Since the modified online algorithm can be implemented more efficiently in the LOCAL model, we also obtain (marginally) improved complexity bounds in that model.

Keywords

Cite

@article{arxiv.2603.02689,
  title  = {Deterministic Edge Coloring with few Colors in CONGEST},
  author = {Joakim Blikstad and Yannic Maus and Tijn de Vos},
  journal= {arXiv preprint arXiv:2603.02689},
  year   = {2026}
}
R2 v1 2026-07-01T11:00:34.790Z