🤖 AI Summary
This work proposes a novel combinatorial search algorithm for the 3-coloring decision problem on n-vertex graphs of diameter three. By leveraging refined structural graph analysis and careful control of time complexity, the algorithm significantly improves the running time from the previous best bound of $2^{O((n \log n)^{2/3})}$ to $2^{O(n^{2/3 - \varepsilon})}$ for any $\varepsilon < 1/33$. This breakthrough overcomes the efficiency bottleneck of existing approaches on sparse graphs with large diameter and establishes, for the first time, a subexponential-time algorithm for 3-coloring graphs of diameter three, thereby improving the known complexity upper bound for this problem.
📝 Abstract
We show that given an $n$-vertex graph $G$ of diameter 3 we can decide if $G$ is $3$-colourable in time $2^{O(n^{2/3-\varepsilon})}$ for any $\varepsilon<1/33$. This improves on the previous best algorithm of $2^{O((n\log n)^{2/3})}$ from D\k{e}bski, Piecyk and Rz\k{a}\.zewski [Faster 3-coloring of small-diameter graphs, ESA 2021].