Software Engineering KB

Home

❯

01 Foundations

❯

02 Computational Complexity

❯

01 Concept

❯

PSPACE, EXPTIME

PSPACE, EXPTIME

Feb 10, 20261 min read

  • computational-complexity
  • complexity-classes
  • pspace
  • exptime

PSPACE, EXPTIME

← Back to Complexity Classes

Higher complexity classes beyond NP. PSPACE contains problems solvable with polynomial space, and EXPTIME contains problems solvable in exponential time. These classes contain problems believed to be harder than NP-Complete.

Key Properties

  • Higher Complexity Classes

Related

  • NP (contained in PSPACE)
  • P (contained in PSPACE and EXPTIME)

computational-complexity complexity-classes pspace exptime


Graph View

  • PSPACE, EXPTIME
  • Key Properties
  • Related

Backlinks

  • Complexity Classes
  • Higher Complexity Classes

Created with Quartz v4.5.2 © 2026

  • GitHub