EXPSPACE
EXPSPACE is a complexity class that contains decision problems solvable by a deterministic Turing machine using at most exponential space, i.e., O(2^p(n)) space for some polynomial p(n), where n is the size of the input. It generalizes PSPACE by allowing space that grows exponentially with respect to the input length but still remains an upper bound. A deterministic machine is required; nondeterministic versions coincide with EXPSPACE due to Savitch's theorem extended to exponential space.
The class is closed under various operations such as union, intersection, complement, and polynomial-time many‑one reductions,
EXPSPACE contains PSPACE and is strictly larger than that class under the widely believed hierarchy conjecture
Several natural computational problems are EXPSPACE‑complete. Examples include the word problem for partially commutative monoids, universality
Open questions about EXPSPACE involve its precise relationship to classes such as NEXPTIME and the possibility