πŸ“Š Design and Analysis of Algorithms
Q. 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
πŸ’¬ Discuss
βœ… Correct Answer: (C) travelling salesman problem

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.


Explanation by: Mr. Dubey
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.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
454
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate