Vizing's Theorem in Deterministic Almost-Linear Time
Sepehr Assadi, Soheil Behnezhad, Sayan Bhattacharya, Martín Costa, Shay Solomon, Tianyi Zhang
TL;DR
This work resolves a long-standing question on the deterministic complexity of edge coloring with Δ+1 colors by presenting an almost-linear time algorithm. The authors replace sublinear-time color-reduction subroutines with a novel color-type sparsification framework, enabling deterministic progress on a large fraction of edges without randomization. The approach relies on u-fans, separable collections, and carefully maintained alternating-path flips, organized via three subroutines: Sparsify-Types, Color-Small, and Extend-Coloring. The result achieves a deterministic runtime of $m \cdot 2^{O(\sqrt{\log Δ})} \cdot \log n = m^{1+o(1)}$, breaking the prior $\tilde{O}(m\sqrt{n})$ barrier and advancing the practical understanding of near-linear deterministic edge coloring.
Abstract
Vizing's theorem states that any $n$-vertex $m$-edge graph of maximum degree $Δ$ can be edge colored using at most $Δ+ 1$ different colors. Vizing's original proof is easily translated into a deterministic $O(mn)$ time algorithm. This deterministic time bound was subsequently improved to $\tilde O(m \sqrt n)$ time, independently by [Arjomandi, 1982] and by [Gabow et al., 1985]. A series of recent papers improved the time bound of $\tilde O(m\sqrt{n})$ using randomization, culminating in the randomized near-linear time $(Δ+1)$-coloring algorithm by [Assadi, Behnezhad, Bhattacharya, Costa, Solomon, and Zhang, 2025]. At the heart of all of these recent improvements, there is some form of a sublinear time algorithm. Unfortunately, sublinear time algorithms as a whole almost always require randomization. This raises a natural question: can the deterministic time complexity of the problem be reduced below the $\tilde O(m\sqrt{n})$ barrier? In this paper, we answer this question in the affirmative. We present a deterministic almost-linear time $(Δ+1)$-coloring algorithm, namely, an algorithm running in $m \cdot 2^{O(\sqrt{\log Δ})} \cdot \log n = m^{1+o(1)}$ time. Our main technical contribution is to entirely forego sublinear time algorithms. We do so by presenting a new deterministic color-type sparsification approach that runs in almost-linear (instead of sublinear) time, but can be used to color a much larger set of edges.
