Questions: NP and Polynomial-Time Verification

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

Which of the following would NOT serve as a valid certificate (witness) for the 'yes' answer to a Hamiltonian Cycle instance?

AA sequence of vertices v₁, v₂, …, vₙ, v₁ visiting each vertex exactly once
BA proof that no polynomial-time algorithm can decide the problem
CA list of n edges forming a cycle that includes every vertex
DA permutation of vertices where consecutive pairs are connected by edges
Question 2 True / False

NP stands for 'non-polynomial,' meaning most problems in NP are believed to be unsolvable in polynomial time.

TTrue
FFalse
Question 3 Short Answer

Explain why P ⊆ NP: why is every problem in P automatically also in NP?

Think about your answer, then reveal below.