I am not able to determine and compare behaviour of $n^{\log(n)}$ for order of growth. If someone could help me compare it with $2^n$ with explanation that would be great.
2026-04-13 19:54:31.1776110071
Order of growth for algorithms: $n^{\log(n)}$ vs. $2^n$
25.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Observe \begin{align} n^{\log n} = e^{(\log n)^2} \ \ \text{ and } \ \ 2^n = e^{n\log 2} \end{align} which means $n^{\log n}<<2^n$.