Q. Which of the following algorithm can be used to solve the Hamiltonian path problem efficiently?

  • (A) branch and bound
  • (B) iterative improvement
  • (C) divide and conquer
  • (D) greedy algorithm
πŸ’¬ Discuss
βœ… Correct Answer: (A) branch and bound
Explanation: the hamiltonian path problem can be solved efficiently using branch and bound approach. it can also be solved using a backtracking approach.

Explanation by: Mr. Dubey
the hamiltonian path problem can be solved efficiently using branch and bound approach. it can also be solved using a backtracking approach.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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