InterviewSolution
Saved Bookmarks
| 1. |
Which of the following problems is similar to that of a Hamiltonian path problem?(a) knapsack problem(b) closest pair problem(c) travelling salesman problem(d) assignment problem |
|
Answer» Correct option is (c) travelling salesman problem Easy explanation - Hamiltonian path problem is similar to that of a travelling salesman problem since both the problem traverses all the nodes in a graph exactly once. |
|