Dynamic Edge Coloring with Improved Approximation

Ran Duan,Haoqing He,Tianyi Zhang
DOI: https://doi.org/10.1137/1.9781611975482.117
2019-01-01
Abstract:Given an undirected simple graph G = (V, E) that undergoes edge insertions and deletions, we wish to efficiently maintain an edge coloring with only a few colors. The previous best dynamic algorithm by [3] could deterministically maintain a valid edge coloring using 2Δ − 1 colors with O(log Δ) update time, where Δ stands for the current maximum vertex degree of graph G. In this paper, we first propose a new static (1 + ϵ)Δ edge coloring algorithm that runs in near-linear time. Based on this static algorithm, we show that there is a randomized dynamic algorithm for this problem that only uses (1 + ϵ)Δ colors with O(log8n/ϵ4) amortized update time when Δ ≥ Ω(log2n/ϵ2), where ϵ > 0 is an arbitrarily small constant.
What problem does this paper attempt to address?