English

Improved Sublinear Algorithms for Classical and Quantum Graph Coloring

Data Structures and Algorithms 2025-02-11 v1

Abstract

We present three sublinear randomized algorithms for vertex-coloring of graphs with maximum degree Δ\Delta. The first is a simple algorithm that extends the idea of Morris and Song to color graphs with maximum degree Δ\Delta using Δ+1\Delta+1 colors. Combined with the greedy algorithm, it achieves an expected runtime of O(n3/2logn)O(n^{3/2}\sqrt{\log n}) in the query model, improving on Assadi, Chen, and Khanna's algorithm by a logn\sqrt{\log n} factor in expectation. When we allow quantum queries to the graph, we can accelerate the first algorithm using Grover's famous algorithm, resulting in a runtime of O~(n4/3)\tilde{O}(n^{4/3}) quantum queries. Finally, we introduce a quantum algorithm for (1+ϵ)Δ(1+\epsilon)\Delta-coloring, achieving O(ϵ1n5/4log3/2n)O(\epsilon^{-1}n^{5/4}\log^{3/2}n) quantum queries, offering a polynomial improvement over the previous best bound by Morris and Song.

Keywords

Cite

@article{arxiv.2502.06024,
  title  = {Improved Sublinear Algorithms for Classical and Quantum Graph Coloring},
  author = {Asaf Ferber and Liam Hardiman and Xiaonan Chen},
  journal= {arXiv preprint arXiv:2502.06024},
  year   = {2025}
}
R2 v1 2026-06-28T21:37:55.546Z