Parallel Batch Dynamic Vertex Coloring in $O(\log Δ)$ Amortized Update Time
By: Chase Hutton, Adam Melrod
We present the first parallel batch-dynamic algorithm for maintaining a proper $(Δ+ 1)$-vertex coloring. Our approach builds on a new sequential dynamic algorithm inspired by the work of Bhattacharya et al. (SODA'18). The resulting randomized algorithm achieves $O(\log Δ)$ expected amortized update time and, for any batch of $b$ updates, has parallel span $O(\operatorname{polylog} b + \operatorname{polylog} n)$ with high probability.
Similar Papers
Faster Dynamic $(Δ+1)$-Coloring Against Adaptive Adversaries
Data Structures and Algorithms
Makes computer coloring faster when things change.
Distributed $(Δ+1)$-Coloring in Graphs of Bounded Neighborhood Independence
Distributed, Parallel, and Cluster Computing
Colors network parts faster using fewer colors.
Towards Optimal Distributed Delta Coloring
Distributed, Parallel, and Cluster Computing
Colors graph parts faster, matching best possible speed.