I received an asymptotics question for my homework, which is to compare the orders of growth for $f(n)$ and $g(n)$ where:
$f(n) = n^{\log(n)}$
$g(n) = 2^n$
I have an intuition that $f(n) = O(g(n))$, and plotting the functions on a graph suggests the same thing, but I'm not sure how to tackle this. Finding $\lim \limits_{n \to \infty} \dfrac{2^n}{n^{lg(n)}}$ seems like a dead end.
$\log(f(n)) = \log^2(n)$,
$\log(g(n)) = n$.
Can you compare these two?