Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
2^(sqrt(log(n))
isO(n(^4/3))
n^(4/3)
isO(n(log(n))^3)
n(log(n))^3)
isO(n^(log(n))
n^(log(n))
isO(2^n)
I can do it for them when they have the same base; I can't figure it out when they don't have the same base--I know that these are all true.