Function Races
A better
version
of this page can be seen if you have
Firefox
.
Linear(n)
Linear(2*n)
Linear(3*n)
N*log(N)
Quadratic(n^2)
Cubic(n^3)
n^4
Factorial(n!)
Exponential(2^n)
Exponential(3^n)
n^n