Questions: Hamiltonian Paths and Cycles

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A student argues: 'Since Euler circuits can be detected by checking vertex degrees, Hamiltonian cycles should have a similarly simple characterization.' What is wrong with this reasoning?

AHamiltonian cycles do have a simple characterization — just check whether the graph is connected
BEuler circuits actually cannot be detected efficiently either
CThe structural symmetry doesn't hold computationally — Hamiltonian cycles are NP-complete with no known efficient algorithm
DDirac's theorem provides an exact degree-based characterization for Hamiltonian cycles just as parity does for Euler
Question 2 Multiple Choice

A connected graph G has 10 vertices, and every vertex has degree 5. What can you conclude?

AG may or may not have a Hamiltonian cycle — degree 5 falls short of the threshold
BG definitely has a Hamiltonian cycle, by Dirac's theorem
CG definitely has a Hamiltonian cycle because all vertices have equal degree
DG cannot have a Hamiltonian cycle because the degree is less than n−1
Question 3 True / False

If a graph satisfies Dirac's theorem conditions (most vertex has degree ≥ n/2), we know the graph has exactly one Hamiltonian cycle.

TTrue
FFalse
Question 4 True / False

The Traveling Salesman Problem is a special case of the Hamiltonian cycle problem.

TTrue
FFalse
Question 5 Short Answer

Why is the asymmetry between Euler circuits and Hamiltonian cycles considered one of the most instructive results in discrete mathematics?

Think about your answer, then reveal below.