Can you please help to answer the following question:
Arrange the following functions in increasing order of growth rate (with
g(n)
followingf(n)
in your list if and only iff(n)=O(g(n))
).
sqr(n)
10^n
n^1.5
2^sqr(log(n))
n^5/3
I used logarithmic approach for each option - my answer is 13542. Am I on the right track?