I'm reviewing the textbook "Introduction to Algorithms" and I'm stuck on a manipulation... if we have $m = \log n$
Then the book substitutes for $\sqrt n$, the operation $2^{m/2}$. I don't see how this is done. I tried to manipulate this myself:
$\log n^{1/2} = (1/2)\log n = (1/2)m$ But this is not getting me to the desired outcome. Thanks
For $x>0 \ \sqrt{x} = x^{\frac{1}{2}} = 2^{\log_2 x^{\frac{1}{2}}} = 2^{\frac{\log_2 x}{2}}$