Dynamic Graph Coloring
Luis Barba, Jean Cardinal, Matias Korman, Stefan Langerman, Andr\'e, van Renssen, Marcel Roeloffzen, Sander Verdonschot

TL;DR
This paper introduces two dynamic graph coloring algorithms that balance the number of recolorings and colors used, along with a lower bound showing the limits of such algorithms for maintaining proper colorings.
Contribution
The paper presents novel algorithms for dynamic graph coloring with adjustable trade-offs and establishes a lower bound on recoloring complexity for maintaining proper colorings.
Findings
Algorithms achieve different trade-offs between recolorings and colors.
Converging algorithm maintains $O( ext{chromatic number} imes ext{log } N)$-coloring with $O( ext{log } N)$ recolorings.
Lower bound shows minimum recolorings needed for maintaining proper colorings in 2-colorable graphs.
Abstract
In this paper we study the number of vertex recolorings that an algorithm needs to perform in order to maintain a proper coloring of a graph under insertion and deletion of vertices and edges. We present two algorithms that achieve different trade-offs between the number of recolorings and the number of colors used. For any , the first algorithm maintains a proper -coloring while recoloring at most vertices per update, where and are the maximum chromatic number and maximum number of vertices, respectively. The second algorithm reverses the trade-off, maintaining an -coloring with recolorings per update. The two converge when , maintaining an -coloring with recolorings per update. We also present a lower bound, showing that any algorithm that maintains a…
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.
