Deterministic Distributed Edge-Coloring via Hypergraph Maximal Matching
Manuela Fischer, Mohsen Ghaffari, Fabian Kuhn

TL;DR
This paper introduces a deterministic distributed algorithm for edge-coloring that operates in polylogarithmic rounds, solving a long-standing open problem and providing new hypergraph matching techniques with broad applications.
Contribution
It presents the first polylogarithmic-time deterministic distributed algorithm for $(2\Delta-1)$-edge-coloring, based on a novel hypergraph maximal matching method.
Findings
Achieves $(2\Delta-1)$-edge-coloring in $O(\log^7 \Delta \log n)$ rounds.
Develops a hypergraph maximal matching algorithm with $O(r^5 \log^{6+\log r} riangle \log n)$ complexity.
Improves randomized and deterministic algorithms for related graph problems, including MIS and maximum matching approximations.
Abstract
We present a deterministic distributed algorithm that computes a -edge-coloring, or even list-edge-coloring, in any -node graph with maximum degree , in rounds. This answers one of the long-standing open questions of \emph{distributed graph algorithms} from the late 1980s, which asked for a polylogarithmic-time algorithm. See, e.g., Open Problem 4 in the Distributed Graph Coloring book of Barenboim and Elkin. The previous best round complexities were by Panconesi and Srinivasan [STOC'92] and by Fraigniaud, Heinrich, and Kosowski [FOCS'16]. A corollary of our deterministic list-edge-coloring also improves the randomized complexity of -edge-coloring to poly rounds. The key technical ingredient is a deterministic distributed algorithm for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · Cryptography and Data Security
