1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. How many steps are required to prove tha...
Q.

How many steps are required to prove that a decision problem is NP complete?

A. 1
B. 2
C. 3
D. 4
Answer» B. 2
Explanation: first, the problem should be np. next, it should be proved that every problem in np is reducible to the problem in question in polynomial time.

Discussion