InterviewSolution
Saved Bookmarks
| 1. |
Hamiltonian path problem is _________(a) NP problem(b) N class problem(c) P class problem(d) NP complete problemI got this question in a national level competition.My question is taken from Checksum, Complexity Classes & NP Complete Problems topic in portion Checksum, Complexity Classes & NP Complete Problems of Data Structures & Algorithms II |
|
Answer» CORRECT CHOICE is (d) NP complete problem The EXPLANATION is: HAMILTONIAN path problem is found to be NP complete. Hamiltonian cycle problem is ALSO an NP- complete problem. |
|