Explicit and Implicit Dynamic Coloring of Graphs with Bounded Arboricity

02/24/2020
by   Monika Henzinger, et al.
0

Graph coloring is a fundamental problem in computer science. We study the fully dynamic version of the problem in which the graph is undergoing edge insertions and deletions and we wish to maintain a vertex-coloring with small update time after each insertion and deletion. We show how to maintain an O(α n)-coloring with polylogarithmic update time, where n is the number of vertices in the graph and α is the current arboricity of the graph. This improves upon a result by Solomon and Wein (ESA'18) who maintained an O(α_max^2 n)-coloring, where α_max is the maximum arboricity of the graph over all updates. Furthermore, motivated by a lower bound by Barba et al. (Algorithmica'19), we initiate the study of implicit dynamic colorings. Barba et al. showed that dynamic algorithms with polylogarithmic update time cannot maintain an f(α)-coloring for any function f when the vertex colors are stored explicitly, i.e., for each vertex the color is stored explicitly in the memory. Previously, all dynamic algorithms maintained explicit colorings. Therefore, we propose to study implicit colorings, i.e., the data structure only needs to offer an efficient query procedure to return the color of a vertex (instead of storing its color explicitly). We provide an algorithm which breaks the lower bound and maintains an implicit 2^O(α)-coloring with polylogarithmic update time. In particular, this yields the first dynamic O(1)-coloring for graphs with constant arboricity such as planar graphs or graphs with bounded tree-width, which is impossible using explicit colorings. We also show how to dynamically maintain a partition of the graph's edges into O(α) forests with polylogarithmic update time. We believe this data structure is of independent interest and might have more applications in the future.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
04/29/2019

Improved Dynamic Graph Coloring

This paper studies the fundamental problem of graph coloring in fully dy...
research
10/04/2019

Fully Dynamic (Δ+1)-Coloring in Constant Update Time

The problem of (vertex) (Δ+1)-coloring a graph of maximum degree Δ has b...
research
11/12/2017

Dynamic Algorithms for Graph Coloring

We design fast dynamic algorithms for proper vertex and edge colorings i...
research
01/10/2023

Maintaining Triconnected Components under Node Expansion

SPQR-trees are a central component of graph drawing and are also importa...
research
04/11/2018

Fully Dynamic Effective Resistances

In this paper we consider the fully-dynamic All-Pairs Effective Resistan...
research
09/17/2019

Dynamic coloring for Bipartite and General Graphs

We consider the dynamic coloring problem on bipartite and general graphs...
research
02/16/2022

Recoloring Unit Interval Graphs with Logarithmic Recourse Budget

In this paper we study the problem of coloring a unit interval graph whi...

Please sign up or login with your details

Forgot password? Click here to reset