big-o-complexity

← ~/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 #

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 →