Software Engineering KB

Home

❯

01 Foundations

❯

02 Computational Complexity

❯

01 Concept

❯

P

P

Feb 10, 20261 min read

  • computational-complexity
  • complexity-classes
  • p

P

← Back to Complexity Classes

The class of decision problems that can be solved by a deterministic Turing machine in polynomial time. Problems in P are considered efficiently solvable and tractable.

Key Properties

  • Solvable in Polynomial Time

Related

  • NP (P is a subset of NP)
  • P vs NP Problem (are P and NP the same?)

computational-complexity complexity-classes p


Graph View

  • P
  • Key Properties
  • Related

Backlinks

  • Complexity Classes
  • NP
  • P vs NP Problem
  • PSPACE, EXPTIME
  • Solvable in Polynomial Time

Created with Quartz v4.5.2 © 2026

  • GitHub