Redirected
edited by
694 views
2 votes
2 votes

Let f (n) = Ο(n), g(n) = Ω(n) and h(n) = θ(n). Then g(n) + f(n).h(n) is ______

A.) Ω(n)

B.) θ(n2)

C.) Ω(n2)

D.) θ(n)

How to do these type of questions ?

edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
0 votes
0 votes
2 answers
3
Anusha Motamarri asked Dec 5, 2016
1,573 views
what if i take f(x) = sinx,g(x)= cosx?these two cant be compared.sinx cant be written as O(cosx) and also cosx cant be written as O(sinx)then B becomes invalid.plz verify...
1 votes
1 votes
1 answer
4