M

Mr. Dubey • 52.30K Points
Coach

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
Correct : Option (A)

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

Share

Discusssion

Login to discuss.

Be the first to start discuss.