Question
Put the growth rates in order, from slowest-growing to fastest. That is, if your answer is f1(n), f2(n), . . . , fk(n), then fi(n)
Put the growth rates in order, from slowest-growing to fastest. That is, if your answer is f1(n), f2(n), . . . , fk(n), then fi(n) O(fi+1(n)) for all i. If two adjacent ones have the same order of growth (that is, fi(n) = (fi+1(n))), you must specify this as well. Justify your answer (show your work). You may assume transitivity: if f (n) O(g(n)) and g(n) O(h(n)), then f (n) O(h(n)), and similarly for little-oh, etc. Note that the goal is to order the growth rates, so transitivity is very helpful. We encourage you to make use of transitivity rather than comparing all possible pairs of functions, as using transitivity will make your life easier.
2n, n2, 1/n , 1, 6n + 10100, 1n , log5(n2), log2(n), 3n.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started