...
Asymptotic-Complexity
October 26, 2023
Operating-Systems
October 26, 2023
Asymptotic-Complexity
October 26, 2023
Operating-Systems
October 26, 2023

UGC NET CS 2018 JUNE Paper-2

Question 21
The solution of the recurrence relation T(m)=T(3m/4)+1 is :
A
θ(lg m)
B
θ(m)
C
θ(mlg m)
D
θ(lglg m)
Question 21 Explanation: 
Using Masters Method:
a=1, b=4/3, k=0, p=0
Here, a = b​ k
So, T(m) = n log a/ log b log p+1 n
T(m) = θ(log m)
Correct Answer: A
Question 21 Explanation: 
Using Masters Method:
a=1, b=4/3, k=0, p=0
Here, a = b​ k
So, T(m) = n log a/ log b log p+1 n
T(m) = θ(log m)
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!!