InterviewSolution
Saved Bookmarks
| 1. |
How many conditions have to be met if an NP- complete problem is polynomially reducible?(a) 1(b) 2(c) 3(d) 4 |
|
Answer» The correct choice is (b) 2 To explain: A function t that maps all yes instances of decision problems D1 and D2 and t should be computed in polynomial time are the two conditions. |
|