English

Deterministic Simple $(\Delta+\varepsilon\alpha)$-Edge-Coloring in Near-Linear Time

Data Structures and Algorithms 2024-07-10 v2

Abstract

We study the edge-coloring problem in simple nn-vertex mm-edge graphs with maximum degree Δ\Delta. This is one of the most classical and fundamental graph-algorithmic problems. Vizing's celebrated theorem provides (Δ+1)(\Delta+1)-edge-coloring in O(mn)O(m\cdot n) deterministic time. This running time was improved to O(mmin{Δlogn,n})O\left(m\cdot\min\left\{\Delta\cdot\log n,\sqrt{n}\right\}\right), and very recently to randomized O~(mn1/3)\tilde{O}\left(m\cdot n^{1/3}\right). A randomized (1+ε)Δ(1+\varepsilon)\Delta-edge-coloring algorithm can be computed in O(mlog6nε2)O\left(m\cdot\frac{\log^6 n}{\varepsilon^2}\right) time, and for large values of Δ\Delta, this task requires randomized O(mlogε1ε2)O\left(\frac{m\cdot\log\varepsilon^{-1}}{\varepsilon^2}\right) time. It was however open if there exists a deterministic near-linear time algorithm for this basic problem. We devise a simple deterministic (1+ε)Δ(1+\varepsilon)\Delta-edge-coloring algorithm with running time O(mlognε)O\left(m\cdot\frac{\log n}{\varepsilon}\right). A randomized variant of our algorithm has running time O(m(ε18+log(εΔ)))O(m\cdot(\varepsilon^{-18}+\log(\varepsilon\cdot\Delta))). We also study edge-coloring of graphs with arboricity at most α\alpha. A randomized computation of (Δ+1)(\Delta+1)-edge-coloring requires O~(min{mn,mΔ}αΔ)\tilde{O}\left(\min\{m\cdot\sqrt{n},m\cdot\Delta\}\cdot\frac{\alpha}{\Delta}\right) time. Deterministically, this task can be done in O(mα7logn)O\left(m\cdot\alpha^7\cdot\log n\right) time. However, for large values of α\alpha, these algorithms require super-linear time. We devise a deterministic (Δ+εα)(\Delta+\varepsilon\alpha)-edge-coloring algorithm with running time O(mlognε7)O\left(\frac{m\cdot\log n}{\varepsilon^7}\right). A randomized version of our algorithm requires O(mlognε)O\left(\frac{m\cdot\log n}{\varepsilon}\right) expected time. Our algorithm is based on a novel two-way degree-splitting, which we devise in this paper. We believe that this technique is of independent interest.

Keywords

Cite

@article{arxiv.2401.10538,
  title  = {Deterministic Simple $(\Delta+\varepsilon\alpha)$-Edge-Coloring in Near-Linear Time},
  author = {Michael Elkin and Ariel Khuzman},
  journal= {arXiv preprint arXiv:2401.10538},
  year   = {2024}
}

Comments

25 pages, 4 figures

R2 v1 2026-06-28T14:21:18.430Z