PSPACE
PSPACE is the class of decision problems solvable by a deterministic Turing machine using only polynomial space in the length of the input. That is, there exists a polynomial p such that the machine never uses more than p(n) cells of memory on input of length n, regardless of time taken. Time may be exponential in the input size.
By Savitch's theorem, PSPACE equals NPSPACE, so nondeterministic polynomial space computations have the same power as
The canonical PSPACE-complete problem is TQBF, the true quantified Boolean formula problem, equivalently the fully quantified
Commonly cited relationships among complexity classes are P ⊆ NP ⊆ PSPACE ⊆ EXP, with the exact strictness of