Home > SparkNotes > Computer Science Study Guides > Efficiency >

sparknotes

Searches: Efficiency


Problems

Problem : Define "abstract time".


Problem : Define "asymptotic analysis".


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$.