Lukas' Notes

Complexity Theory

Jan 27, 20261 min read

complexity-theory

Definition

Complexity Theory

Complexity theory focuses on classifying computational problems according to their resource usage, and explores the relationships between these classifications.

Runtime

Definition

Runtime

Given a program Π and input I for Π. The runtime of Π on I is the number of atomic operations that are necessary to run Π on I.

Link to original


Graph View

  • Definition
  • Runtime

Backlinks

  • Vitalism

Created with Quartz v4.4.0 © 2026

  • GitHub