Analise
Order of growth
description
function
constant
1
logarithmic
log N
linear
N
linearithmic
N log N
quadratic
N^2
cubic
N^3
exponential
2^N


Charts efficiency http://faculty.juniata.edu/rhodes/cs2/ch12a.htm
Last updated
Was this helpful?