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]