Algorithms | Analysis of Algorithms | Question 15

Last Updated :
Discuss
Comments

Consider the following functions

  • f(n) = 3n^{\sqrt{n}}
  • g(n) = 2^{\sqrt{n}{\log_{2}n}}
  • h(n) = n!

Which of the following is true? (GATE CS 2000)
(A) h(n) is θ(f(n))
(B) h(n) is θ(g(n))
(C) g(n) is not θ(f(n))
(D) f(n) is θ(g(n))

A

B

C

D

Share your thoughts in the comments