Big O Notation · Time Complexity
unseel.com · algorithm efficiency · growth rates · asymptotic analysis
Input Size 0
Growth
Complexity
O(1) — Constant
O(log n) — Logarithmic
O(n) — Linear
O(n log n) — Linearithmic
O(n²) — Quadratic
O(2ⁿ) — Exponential
Unseel.com · Big O Notation