English

Distributed Algorithms for Near-Equitable Coloring

Distributed, Parallel, and Cluster Computing 2026-08-03 v1 Data Structures and Algorithms

Abstract

For an nn-vertex graph of maximum degree Δ\Delta and diameter DD, an equitable (Δ+1)(\Delta+1)-coloring is a vertex coloring where the frequency of each color (namely, the number of vertices it colors) are all equal to σ=n/(Δ+1)\sigma=n/(\Delta+1) (up to rounding). The Hajnal-Szemer\'edi Theorem guarantees the existence of such a coloring for every graph, and an O(n2Δ)O(n^2\Delta) time sequential algorithm is known for computing such a coloring. Here, we study near-equitable graph coloring in distributed networks. The main question of interest is how close one can remain to the desired palette size of Δ+1\Delta+1 while computing, in few distributed rounds, a coloring whose frequencies are close to σ\sigma. It appears that these two conflicting parameters exhibit a tradeoff, which we attempt to explore. We present a suite of fast randomized distributed algorithms representing varying points on this tradeoff, analyze their properties, and study their time complexity in the sequential, CONGEST and Congested Clique (CC) models.

Cite

@article{arxiv.2608.02910,
  title  = {Distributed Algorithms for Near-Equitable Coloring},
  author = {Amit Nir and David Peleg},
  journal= {arXiv preprint arXiv:2608.02910},
  year   = {2026}
}

Comments

35 pages, 2 figures, 1 table