Questions: Space Complexity: PSPACE, L, and NL

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

Savitch's theorem shows NPSPACE = PSPACE. Why doesn't the analogous argument collapse NP to P?

ASpace is reusable across computation steps, but time is not
BSavitch's theorem is incorrect for time complexity
CNP and P are equal but the proof has not been found
DSpace is always larger than time so the theorem trivially applies to time too
Question 2 True / False

A problem in PSPACE can generally be solved in polynomial time.

TTrue
FFalse
Question 3 Short Answer

What is the defining resource restriction for the class L (logarithmic space), and why is O(log n) bits sufficient to reason about positions in the input?

Think about your answer, then reveal below.