PA of Algorithms Q54

0. Arrange the following functions in increasing asymptotic order:
A. n1/3
B. en
C. n7/4
D. nlog9n
E. 1.0000001n

  • Option : A
  • Explanation :
    B & E are exponential functional
    so {B, E} > {A, C, D}
    * for larger value of n E > B.
    * A < C (clearly power is less)
    * D < C for larger value of n
    So A < D < C < E < B.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *