SOLUTION: Arrange the following functions in increasing order of growth rate (with g(n) following f(n) in your list if and only if f(n)=O(g(n))). a)2log⁡(n) b)22log⁡(n) c)n5

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: Arrange the following functions in increasing order of growth rate (with g(n) following f(n) in your list if and only if f(n)=O(g(n))). a)2log⁡(n) b)22log⁡(n) c)n5      Log On


   



Question 621779: Arrange the following functions in increasing order of growth rate (with g(n) following f(n) in your list if and only if f(n)=O(g(n))).
a)2log⁡(n)
b)22log⁡(n)
c)n5/2
d)2n2
e)n2log⁡(n)

Answer by olivene(1) About Me  (Show Source):
You can put this solution on YOUR website!
n5/2,n2log(n),2n2,2log(n),2^2log(n)