πŸ“Š Design and Analysis of Algorithms
Q. In what time can the Hamiltonian path problem can be solved using dynamic programming?
  • (A) o(n)
  • (B) o(n log n)
  • (C) o(n2)
  • (D) o(n2 2n)
πŸ’¬ Discuss
βœ… Correct Answer: (D) o(n2 2n)

Explanation: using dynamic programming, the time taken to solve the hamiltonian path problem is mathematically found to be o(n2 2n).


Explanation by: Mr. Dubey
using dynamic programming, the time taken to solve the hamiltonian path problem is mathematically found to be o(n2 2n).

πŸ’¬ Discussion

πŸ“Š Question Analytics

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