Algorithms | Analysis of Algorithms (Recurrences) | Question 11

Last Updated :
Discuss
Comments
Consider the following recurrence. T(n) = T([Tex]\\sqrt{n}[/Tex]) + [Tex]\\Theta(Log Log n)[/Tex] What is the value of recurrence?
(A) [Tex]\\Theta( (Log Log n) ^ 2)[/Tex]
(B) [Tex]\\Theta(Log Log n)[/Tex]
(B) [Tex]\\Theta(n)[/Tex]
(B) [Tex]\\Theta(Log Log Log n)[/Tex]
A
B
C
D
Share your thoughts in the comments