Finding a second Hamilton cycle in a cubic graph
Bondy–Murty, Graph Theory, Appendix A, item 21 · Complexity
Status open high confidence
The problem of finding a second Hamilton cycle in a cubic graph (given one Hamilton cycle) in polynomial time remains open as of 2026. The best known exact algorithm, due to Deligkas, Mertzios, Spirakis, and Zamaraev (2020), runs in time O(n · 2^((0.3−ε)n)) with polynomial space, which is an exponential-time improvement over prior work but far from polynomial. The same paper also gives a linear-time approximation algorithm that finds a second cycle of length at least n − 4α(√n + 2α) + 8, but this does not answer the membership-in-P question. No polynomial-time algorithm is known, and the problem has not been placed in P.
Cited literature (1)
-
Provides an exact algorithm in time O(n · 2^((0.3−ε)n)) with polynomial space for finding a second Hamilton cycle in cubic graphs, and a linear-time approximation algorithm guaranteeing a second cycle of length at least n − 4α(√n+2α)+8; the problem in P remains open.
Reviewer notes. The Wikipedia article on the Hamiltonian path problem notes that Papadimitriou introduced the class PPA precisely for problems of this type (finding a second object guaranteed by a parity argument such as handshaking/Smith's theorem); however, the exact complexity-class placement of the cubic-graph case (in P, PPAD, or PPA-complete) has not been resolved in the papers found. The related OPG records concern existence questions (are there uniquely Hamiltonian 4-connected or regular graphs?) rather than the algorithmic question here. The Deligkas et al. 2020 paper is the most recent primary source found addressing the exact statement.
Context
By Smith's theorem every edge of a cubic graph lies in an even number of Hamilton cycles, so a second Hamilton cycle always exists; the question is whether one can be found in polynomial time.
In the book: Exercise 19.4.1.
Related records in this index
This conjecture was absent from the Open Problem Garden and arXiv corpora; the records below are the nearest ones.
- 4-connected graphs are not uniquely hamiltonian — existence question for 4-connected graphs
- r-regular graphs are not uniquely hamiltonian. — existence of a second Hamilton cycle in regular graphs
Source
Théorie des graphes (J.A. Bondy, U.S.R. Murty; French edition by Frédéric Havet, 2025), Appendix A « Problèmes ouverts »
Item 21, book p. 628 (PDF p. 644) ·
https://inria.hal.science/hal-05211979v1 ·
PDF
English edition: J.A. Bondy, U.S.R. Murty, Graph Theory, GTM 244, Springer 2008, Appendix A.