Find a big-O estimate for $f(n)=2f(\sqrt{n})+1$

251 Views Asked by At

Is the answer from the below linked question correct for my question? Or does the differing of $+ \log(n)$ instead of $+1$ change the outcome of the master theorem?
Similar question here