English

Round and Communication Efficient Graph Coloring

Data Structures and Algorithms 2025-05-12 v2 Distributed, Parallel, and Cluster Computing

Abstract

In the context of communication complexity, we explore protocols for graph coloring, focusing on the vertex and edge coloring problems in nn-vertex graphs GG with a maximum degree Δ\Delta. We consider a scenario where the edges of GG are partitioned between two players. Our first contribution is a randomized protocol that efficiently finds a (Δ+1)(\Delta + 1)-vertex coloring of GG, utilizing O(n)O(n) bits of communication in expectation and completing in O(loglognlogΔ)O(\log \log n \cdot \log \Delta) rounds in the worst case. This advancement represents a significant improvement over the work of Flin and Mittal [Distributed Computing 2025], who achieved the same communication cost but required O(n)O(n) rounds in expectation, thereby making a significant reduction in the round complexity. Our second contribution is a deterministic protocol to compute a (2Δ1)(2\Delta - 1)-edge coloring of GG, which maintains the same O(n)O(n) bits of communication and uses only O(1)O(1) rounds. We complement the result with a tight Ω(n)\Omega(n)-bit lower bound on the communication complexity of the (2Δ1)(2\Delta-1)-edge coloring problem, while a similar Ω(n)\Omega(n) lower bound for the (Δ+1)(\Delta+1)-vertex coloring problem has been established by Flin and Mittal [Distributed Computing 2025]. Our result implies a space lower bound of Ω(n)\Omega(n) bits for (2Δ1)(2\Delta - 1)-edge coloring in the WW-streaming model, which is the first non-trivial space lower bound for edge coloring in the WW-streaming model.

Keywords

Cite

@article{arxiv.2412.12589,
  title  = {Round and Communication Efficient Graph Coloring},
  author = {Yi-Jun Chang and Gopinath Mishra and Hung Thuan Nguyen and Farrel D Salim},
  journal= {arXiv preprint arXiv:2412.12589},
  year   = {2025}
}
R2 v1 2026-06-28T20:38:20.229Z