English

Competitive Capacitated Online Recoloring

Data Structures and Algorithms 2024-08-13 v1 Distributed, Parallel, and Cluster Computing

Abstract

In this paper, we revisit the online recoloring problem introduced recently by Azar et al. In online recoloring, there is a fixed set VV of nn vertices and an initial coloring c0:V[k]c_0: V\rightarrow [k] for some kZ>0k\in \mathbb{Z}^{>0}. Under an online sequence σ\sigma of requests where each request is an edge (ut,vt)(u_t,v_t), a proper vertex coloring cc of the graph GtG_t induced by requests until time tt needs to be maintained for all tt; i.e., for any (u,v)Gt(u,v)\in G_t, c(u)c(v)c(u)\neq c(v). The objective is to minimize the total weight of vertices recolored for the sequence σ\sigma. We obtain the first competitive algorithms for capacitated online recoloring and fully dynamic recoloring. Our first set of results is for 22-recoloring using algorithms that are (1+ε)(1+\varepsilon)-resource augmented where ε(0,1)\varepsilon\in (0,1) is an arbitrarily small constant. Our main result is an O(logn)O(\log n)-competitive deterministic algorithm for weighted bipartite graphs, which is asymptotically optimal in light of an Ω(logn)\Omega(\log n) lower bound that holds for an unbounded amount of augmentation. We also present an O(nlogn)O(n\log n)-competitive deterministic algorithm for fully dynamic recoloring, which is optimal within an O(logn)O(\log n) factor in light of a Ω(n)\Omega(n) lower bound that holds for an unbounded amount of augmentation. Our second set of results is for Δ\Delta-recoloring in an (1+ε)(1+\varepsilon)-overprovisioned setting where the maximum degree of GtG_t is bounded by (1ε)Δ(1-\varepsilon)\Delta for all tt, and each color assigned to at most (1+ε)nΔ(1+\varepsilon)\frac{n}{\Delta} vertices, for an arbitrary ε>0\varepsilon > 0. Our main result is an O(1)O(1)-competitive randomized algorithm for Δ=O(n/logn)\Delta = O(\sqrt{n/\log n}). We also present an O(Δ)O(\Delta)-competitive deterministic algorithm for Δεn/2\Delta \le \varepsilon n/2. Both results are asymptotically optimal.

Keywords

Cite

@article{arxiv.2408.05370,
  title  = {Competitive Capacitated Online Recoloring},
  author = {Rajmohan Rajaraman and Omer Wasim},
  journal= {arXiv preprint arXiv:2408.05370},
  year   = {2024}
}

Comments

Full version of an ESA '24 paper

R2 v1 2026-06-28T18:09:08.062Z