πŸ“Š Design and Analysis of Algorithms
Q. Which of the following problems is not NP complete?
  • (A) hamiltonian circuit
  • (B) bin packing
  • (C) partition problem
  • (D) halting problem
πŸ’¬ Discuss
βœ… Correct Answer: (D) halting problem

Explanation: hamiltonian circuit, bin packing, partition problems are np complete problems. halting problem is an undecidable problem.


Explanation by: Mr. Dubey
hamiltonian circuit, bin packing, partition problems are np complete problems. halting problem is an undecidable problem.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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