1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Which of the following problems is not N...
Q.

Which of the following problems is not NP complete?

A. hamiltonian circuit
B. bin packing
C. partition problem
D. halting problem
Answer» D. halting problem
Explanation: hamiltonian circuit, bin packing, partition problems are np complete problems. halting problem is an undecidable problem.

Discussion