1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. How many Hamiltonian paths does the foll...
Q.

How many Hamiltonian paths does the following graph have?

A. 1
B. 2
C. 0
D. 3
Answer» C. 0
Explanation: the above graph has no hamiltonian paths. that is, we cannot traverse the graph with meeting vertices exactly once.

Discussion