Proper colorings of a graph in linear time using a number of colors linear in the maximum degree of the graph
Kritika Bhandari, Mark Huber

TL;DR
This paper introduces a novel linear-time algorithm for sampling proper graph colorings, efficient when the number of colors exceeds approximately 3.637 times the maximum degree, improving sampling speed for large graphs.
Contribution
The paper presents the first linear-time sampling algorithm for proper graph colorings under specific color-to-degree ratio conditions.
Findings
Expected running time is linear in graph size.
Algorithm works for color counts greater than 3.637 times the maximum degree.
First such efficient sampling algorithm for this problem.
Abstract
A new algorithm for exactly sampling from the set of proper colorings of a graph is presented. This is the first such algorithm that has an expected running time that is guaranteed to be linear in the size of a graph with maximum degree \( \Delta \) when the number of colors is greater than \( 3.637 \Delta + 1\).
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 · Markov Chains and Monte Carlo Methods · Advanced Graph Theory Research
