1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. For a graph of degree three, in what tim...
Q.

For a graph of degree three, in what time can a Hamiltonian path be found?

A. o(0.251n)
B. o(0.401n)
C. o(0.167n)
D. o(0.151n)
Answer» A. o(0.251n)
Explanation: for a graph of maximum degree three, a hamiltonian path can be found in time o(0.251n).

Discussion