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?
2026-05-16 23:15:41.1778973341
Strange recurrence relation
84 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Hint: Master's theorem. ${ }$