Lukas' Notes

Polynomial Complexity Class

Jan 27, 20261 min read

complexity-theory

Definition

Polynomial Complexity Class

The complexity class P is the set of all decision problems that can be solved in polynomial time (w.r.t. to the instance size).

The complexity class P contains all decision problems P for which there exists an algorithm Π such that, for all instances I of P, Π runs polynomial.


Graph View

Backlinks

  • Complexity Class
  • Logspace Complexity Class

Created with Quartz v4.4.0 © 2026

  • GitHub