...
Question 10562 – Time-Complexity
February 13, 2024
Question 9704 – Time-Complexity
February 13, 2024
Question 10562 – Time-Complexity
February 13, 2024
Question 9704 – Time-Complexity
February 13, 2024

Question 9848 – Time-Complexity

Consider the following functions

Which of the following is true?

Correct Answer: D

Question 13 Explanation: 
Consider n value as 210
Then
f(n) = 3(n32) = 3*(210)32 = 3*2320
g(n) = 2320
h(n) = 1024!
So relation between the functions can be:
f(n) and g(n) are of same order, so f(n) is O(g(n)) and g(n) = O(f(n)). Option C is wrong.
h(n) is n! Which is of higher order than f(n) and g(n). So options A and B are wrong.
A
h(n) is O (f(n))
B
h(n) is O (g(n))
C
g(n) is not O (f(n))
D
f(n) is O(g(n))
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!