1.

Which of the following problems is not NP complete?(a) Hamiltonian circuit(b) Bin packing(c) Partition problem(d) Halting problemThe question was posed to me during an interview for a job.I'd like to ask this question from Checksum, Complexity Classes & NP Complete Problems in portion Checksum, Complexity Classes & NP Complete Problems of Data Structures & Algorithms II

Answer»

The correct CHOICE is (d) HALTING problem

Easy EXPLANATION - HAMILTONIAN CIRCUIT, bin packing, partition problems are NP complete problems. Halting problem is an undecidable problem.



Discussion

No Comment Found

Related InterviewSolutions