English

Improved Dynamic Colouring of Sparse Graphs

Data Structures and Algorithms 2022-11-15 v1

Abstract

Given a dynamic graph subject to edge insertions and deletions, we show how to update an implicit representation of a proper vertex colouring, such that colours of vertices are computable upon query time. We give a deterministic algorithm that uses O(α2)O(\alpha^2) colours for a dynamic graph of arboricity α\alpha, and a randomised algorithm that uses O(min{αlogα,αlogloglogn})O(\min\{\alpha \log \alpha, \alpha \log \log \log n\}) colours in the oblivious adversary model. Our deterministic algorithm has update- and query times polynomial in α\alpha and logn\log n, and our randomised algorithm has amortised update- and query time that with high probability is polynomial in logn\log n with no dependency on the arboricity. Thus, we improve the number of colours exponentially compared to the state-of-the art for implicit colouring, namely from O(2α)O(2^\alpha) colours, and we approach the theoretical lower bound of Ω(α)\Omega(\alpha) for this arboricity-parameterised approach. Simultaneously, our randomised algorithm improves the update- and query time to run in time solely polynomial in logn\log n with no dependency on α\alpha. Our algorithms are fully adaptive to the current value of the dynamic arboricity at query or update time.

Keywords

Cite

@article{arxiv.2211.06858,
  title  = {Improved Dynamic Colouring of Sparse Graphs},
  author = {Aleksander B. G. Christiansen and Krzysztof D. Nowicki and Eva Rotenberg},
  journal= {arXiv preprint arXiv:2211.06858},
  year   = {2022}
}
R2 v1 2026-06-28T05:44:52.294Z