← ~/visualizations
big-o-complexity #
Graph showing O(1), O(log n), O(n), and O(n²) curves. Each complexity class highlighted in sequence.
canvasclick to interact
⏮◀◀▶▶STEP0.25x1xZOOM
t=0s
practical uses #
- 01.Teaching algorithm complexity
- 02.Comparing algorithm efficiency
- 03.Explaining scalability implications
- 04.Visualizing growth rates
technical notes #
Four curves on same axes. Active curve highlighted with full color. Y-axis represents time, X-axis represents input size n.
← recursion-(factorial)depth-first-search →