sparknotes
Searches: Efficiency
Problems
Problem : What is the asymptotic bound of the function $f(n) = 7log n + 2n^2 + n log n$?
Problem : What is the asymptotic bound of the function $f(n) = 100n^5 + 2000n^4 + 18/n$?
Problem : What is the asymptotic bound of the function $f(n) = 100/n^2 * n log n$.






