A way of describing the runtime of a program/algorithm Ω(n) → f(n)≥cn θ(n) → f(n)=cn O(n) → f(n)≤cn where n≥1 and c≥1