I am stuck at this question where I have to calculate what is big O of
$2^n $and $n^\sqrt{n}$
Can I say that lim $2^n/n^\sqrt{n}$ = $\lim_{n\to\infty} (2/n^{1/\sqrt{n}})^n$
and then conclude that when it means $(2/0)^n\to \infty$ ?
Any help would be appreciated