Lukas' Notes

Algorithm Complexity

Dec 16, 20251 min read

complexity-theory

Definition

Algorithm Complexity

We base our considerations on the asymptotic worst-case complexity of an algorithm, i.e., by means of a function f(⋅), such that for every problem instance of size n, the answer can b computed in O(f(n)) operations (runtime), or respectively by means of O(f(n)) bits in memory (memory requirement).


Graph View

Backlinks

  • Algorithm

Created with Quartz v4.4.0 © 2025

  • GitHub