Faster Dynamic $(Δ+1)$-Coloring Against Adaptive Adversaries
By: Maxime Flin, Magnús M. Halldórsson
Potential Business Impact:
Makes computer coloring faster when things change.
We consider the problem of maintaining a proper $(\Delta + 1)$-vertex coloring in a graph on $n$-vertices and maximum degree $\Delta$ undergoing edge insertions and deletions. We give a randomized algorithm with amortized update time $\widetilde{O}( n^{2/3} )$ against adaptive adversaries, meaning that updates may depend on past decisions by the algorithm. This improves on the very recent $\widetilde{O}( n^{8/9} )$-update-time algorithm by Behnezhad, Rajaraman, and Wasim (SODA 2025) and matches a natural barrier for dynamic $(\Delta+1)$-coloring algorithms. The main improvements are in the densest regions of the graph, where we use structural hints from the study of distributed graph algorithms.
Similar Papers
Towards Optimal Distributed Delta Coloring
Distributed, Parallel, and Cluster Computing
Colors graph parts faster, matching best possible speed.
Towards Optimal Distributed Edge Coloring with Fewer Colors
Data Structures and Algorithms
Makes coloring networks faster and simpler.
Distributed $(Δ+1)$-Coloring in Graphs of Bounded Neighborhood Independence
Distributed, Parallel, and Cluster Computing
Colors network parts faster using fewer colors.