Big O Notation Visualizer 📈
O(n) - Linear
O(n²) - Quadratic
O(log n) - Logarithmic
O(n log n) - N log N
O(2ⁿ) - Exponential