Labs / Computer Science

Big-O Growth Grapher

Every algorithm has a growth rate. Drag the marker left and right to pick an input size n, and read off how many operations each complexity class needs. Toggle curves on and off, or flip the y-axis to a log scale to see slow and fast growth side by side.

n 8642ⁿ 2562ⁿ÷n² ×4

What to try