English

On the Complexity of Distributed Edge Coloring and Orientation Problems

Data Structures and Algorithms 2025-10-27 v1

Abstract

Understanding the role of randomness when solving locally checkable labeling (LCL) problems in the LOCAL model has been one of the top priorities in the research on distributed graph algorithms in recent years. For LCL problems in bounded-degree graphs, it is known that randomness cannot help more than polynomially, except in one case: if the deterministic complexity of an LCL problem is in Ω(logn)\Omega(\log n) and its randomized complexity is in o(logn)o(\log n), then the randomized complexity is guaranteed to be poly(loglogn)poly(\log \log n). However, the fundamental question of \emph{which} problems with a deterministic complexity of Ω(logn)\Omega(\log n) can be solved exponentially faster using randomization still remains wide open. We make a step towards answering this question by studying a simple, but natural class of LCL problems: so-called degree splitting problems. These problems come in two varieties: coloring problems where the edges of a graph have to be colored with 22 colors and orientation problems where each edge needs to be oriented. For Δ\Delta-regular graphs (where Δ=O(1)\Delta=O(1)), we obtain the following results. - We gave an exact characterization of the randomized complexity of all problems where the edges need to be colored with two colors, say red and blue, and which have a deterministic complexity of O(logn)O(\log n). - For edge orientation problems, we give a partial characterization of the problems that have a randomized complexity of Ω(logn)\Omega(\log n) and the problems that have a randomized complexity of polyloglognpoly\log\log n. While our results are cleanest to state for the Δ\Delta-regular case, all our algorithms naturally generalize to nodes of any degree d<Δd<\Delta in general graphs of maximum degree Δ\Delta.

Keywords

Cite

@article{arxiv.2510.21327,
  title  = {On the Complexity of Distributed Edge Coloring and Orientation Problems},
  author = {Sebastian Brandt and Fabian Kuhn and Zahra Parsaeian},
  journal= {arXiv preprint arXiv:2510.21327},
  year   = {2025}
}
R2 v1 2026-07-01T07:03:42.866Z