...
Question 4983 – Algorithms
November 26, 2023
Question 5026 – Algorithms
November 26, 2023
Question 4983 – Algorithms
November 26, 2023
Question 5026 – Algorithms
November 26, 2023

Question 4992 – Algorithms

​The solution of recurrence relation : T(n)=2T(sqrt(n))+lg(n) is

Correct Answer: D

Question 286 Explanation: 

T (n) = l og log (n) · l og (n)
T (n) = l og(n) · l og log (n)
A
O(lg (n) lg(n))
B
O(lg (n))
C
O(n lg (n))
D
O(lg (n) lg(lg(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!!