Answer to Question #260075 in Algorithms for anju

Question #260075

Arrange the following growth functions in increasing order of growth:

       O(n1.5), O(2n), O (nlogn), O(logn), O(n3),  O() ,O(),O()


1
Expert's answer
2021-11-03T17:31:08-0400

The given growth function,

O(n1.5),O(2n),O(nlogn),O(logn),O(n3)O(n^{1.5}), O(2n), O (nlogn), O(logn), O(n^3)

Again,

O(n32),O(2n),O(nlogn),O(logn),O(n3)O(n^{\frac{3}{2}}), O(2n), O (nlogn), O(logn), O(n^3)

Now,

As we know that, big O notation provides the upper bounds to the function,

O(n3)>O(n32)>O(2n)>O(lognn)>O(logn)O(n^3)>O(n^{\frac{3}{2}})>O(2n)>O(\log n^n)>O(\log n)



Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment