McqMate
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). |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet