Time Complexity Growth
Visualizing algorithm performance as input size (N) increases
Functions
O(1) - Constant
O(log n) - Logarithmic
O(n) - Linear
O(n log n) - Linearithmic
O(n²) - Quadratic
O(2ⁿ) - Exponential
X-Axis Range (Max N)
Max N:
50
Reset View