0

I am trying to solve $f(n)=f( \sqrt{n}$) .Seems very strange to me, the iterator (iterator means how many steps we need to take in order to reach 1 ) then the steps are indeed $\lg\lg(n$) but how should I proceed? I found the answer it is $f(n)$=$\Theta(\lg\lg(n))$,but why?

1 Answers1

0

Hint: Master's theorem. ${ }$