Questions: NP-Completeness and Cook-Levin Theorem

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

Which of the following best describes what it means for a problem to be NP-complete?

AIt has no solution
BIt is in NP and every problem in NP reduces to it in polynomial time
CIt cannot be solved by any deterministic algorithm
DIt can only be solved in exponential time
Question 2 True / False

Because no polynomial-time algorithm has ever been found for any NP-complete problem, it has been proven that P ≠ NP.

TTrue
FFalse
Question 3 Short Answer

Why does finding a polynomial-time algorithm for any single NP-complete problem imply that P = NP?

Think about your answer, then reveal below.