Loading practice questions
How many conditions have to be met if an NP-complete problem is polynomially reducible?
Correct Answer: B — 2
Explanation:
Two conditions must be met: a function t that maps all yes-instances of decision problems D1 to D2, and t must be computable in polynomial time.