InterviewSolution
Saved Bookmarks
| 1. |
How many steps are required to prove that a decision problem is NP complete?(a) 1(b) 2(c) 3(d) 4 |
|
Answer» Right option is (b) 2 Easiest 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. |
|