Software Engineering KB

Home

❯

01 Foundations

❯

02 Computational Complexity

❯

01 Concept

❯

NP

NP

Feb 10, 20261 min read

  • computational-complexity
  • complexity-classes
  • np

NP

← Back to Complexity Classes

The class of decision problems for which a proposed solution can be verified in polynomial time by a deterministic Turing machine. Equivalently, problems solvable in polynomial time by a nondeterministic Turing machine.

Key Properties

  • Verifiable in Polynomial Time

Related

  • P (subset of NP)
  • NP-Complete (hardest problems in NP)
  • P vs NP Problem (open question)

computational-complexity complexity-classes np


Graph View

  • NP
  • Key Properties
  • Related

Backlinks

  • Complexity Classes
  • NP-Complete
  • NP-Hard
  • P vs NP Problem
  • P
  • PSPACE, EXPTIME
  • Verifiable in Polynomial Time

Created with Quartz v4.5.2 © 2026

  • GitHub