Parallel Batch Dynamic Vertex Coloring in $O(\log \Delta)$ Amortized Update Time
Chase Hutton, Adam Melrod

TL;DR
This paper introduces a parallel batch-dynamic algorithm for maintaining proper vertex coloring with an expected amortized update time of O(log Δ), leveraging a new sequential algorithm and achieving efficient parallel span.
Contribution
It presents the first parallel batch-dynamic algorithm for proper vertex coloring with provably efficient update times based on a new sequential approach.
Findings
Expected amortized update time is O(log Δ).
Parallel span is polylogarithmic in batch size and number of vertices.
Algorithm is randomized with high probability guarantees.
Abstract
We present the first parallel batch-dynamic algorithm for maintaining a proper -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 expected amortized update time and, for any batch of updates, has parallel span with high probability.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Markov Chains and Monte Carlo Methods
