3-colorability of graphs with minimum degree at least 6
Nicholas Crawford, Sogol Jahanbekam

TL;DR
This paper presents an algorithm to determine 3-colorability of graphs with minimum degree at least 6 efficiently, using list coloring properties and complexity analysis.
Contribution
It introduces a new algorithm for testing 3-colorability in graphs with minimum degree 6, with improved exponential time complexity.
Findings
Determines $L$-choosability in $O(1.3196^{n_3+0.5n_2})$ time.
Concludes 3-colorability can be decided in $O(1.3196^{n-0.5 riangle(G)})$ time for graphs with minimum degree 6.
Provides complexity bounds based on list assignment and degree conditions.
Abstract
Let be an -vertex graph and let be a list assignment over the vertices of , where each vertex with list of size 3 and of degree at most 5 has at least three neighbors with lists of size 2. We can determine -choosability of in time, where is the number of vertices in with list of size for . As a corollary, we conclude that the 3-colorability of any graph with minimum degree at least 6 can be determined in time.
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
TopicsAdvanced Graph Theory Research · Graph Labeling and Dimension Problems
