Edge-Coloring Algorithms for Bounded Degree Multigraphs
Abhishek Dhawan

TL;DR
This paper introduces improved algorithms for edge-coloring multigraphs with bounded degree, achieving faster sequential and distributed solutions, and extending existing methods to multigraphs based on Shannon's theorem.
Contribution
It presents the first $O(n ext{log} n)$ sequential algorithm and near-optimal randomized algorithm, along with distributed algorithms, for edge-coloring multigraphs, extending previous simple graph results.
Findings
Sequential algorithms run in $O(n\log n)$ and $O(n)$ time.
Distributed algorithms run in $ ilde O(\log^5 n)$ and $O(\log^2 n)$ rounds.
Algorithms are based on entropy compression and extend Vizing's theorem to multigraphs.
Abstract
In this paper, we consider algorithms for edge-coloring multigraphs of bounded maximum degree, i.e., . Shannon's theorem states that any multigraph of maximum degree can be properly edge-colored with colors. Our main results include algorithms for computing such colorings. We design deterministic and randomized sequential algorithms with running time and , respectively. This is the first improvement since the algorithm in Shannon's original paper, and our randomized algorithm is optimal up to constant factors. We also develop distributed algorithms in the model of computation. Namely, we design deterministic and randomized algorithms with running time and , respectively. The deterministic sequential algorithm is a simplified extension of…
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
TopicsLimits and Structures in Graph Theory · Complexity and Algorithms in Graphs · Computability, Logic, AI Algorithms
