336 views
0 votes
0 votes
f(n)=$2^n$

g(n)=n!

h(n)=$n^{logn}$
 

which one is true?

A) f(n)=O(g(n)) and g(n)=O(h(n))

B) f(n)=$\Omega(g(n)))$ and g(n)=O(h(n))
C) g(n)=O(f(n)) and h(n)=O(f(n))

D) h(n)=O(f(n)) and g(n)=$\Omega(f(n))$

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
1
aditi19 asked Nov 4, 2018
822 views