retagged by
1,931 views
0 votes
0 votes

retagged by

2 Answers

0 votes
0 votes
is option B) is the answer???
0 votes
0 votes
The correct answer is B

Let assume f(n) = n ^ 4

                   g(n) = n ^ 2

                  f(n) = n ^ 2

after putting these values, you will get the answer.

Someone can say that it will fail for f(n) = n^5. But see the interesting answer it  will work for  f(n) = n ^ 3 and f(n) = n ^ 4 But if you see the other option they will fail more easily like option A for f(n) = n ^ 3 , g(n) = n , h(n) = n ^ 2. similarly you can find for the others. So I think the correct answer is B.
Answer:

Related questions

0 votes
0 votes
1 answer
1
gate_forum asked Jan 13, 2019
471 views
O(n)O(Log n)O(Log log n)none
0 votes
0 votes
1 answer
2
KISHALAY DAS asked Nov 12, 2016
437 views
Will it be B or D?
3 votes
3 votes
3 answers
3
Sayan Das 1 asked Sep 21, 2016
778 views
2 votes
2 votes
1 answer
4
92komal asked Jan 26, 2018
368 views
plz help me . how to solve that type of question