Proofs of Algorithm Correctness and Runtime Estimates · Function Growth Rates
Lesson 8
Problem. Order the given functions by growth rate (the slowest growing function should be at the top).
5 points
\(n\log n\)
\(n^{0.3}\)
\(2^{n}\)
\(\log n\)
\(n^{3}\)
\(\sqrt n\)
\(n^{2}\)