I read here that $n^n$ belongs to $\mathsf{EXPTIME}$. That would imply that $n^n = O(2^{n^c})$ where $O$ refers to Big O notation. I'm surprised that's the case since I actually thought that $n^n$ would grow faster.
How can I illustrate or (ideally prove) that $2^{n^c}$ grows faster than $n^n$?
since: $2^{log_{2}\left(n\right)}=n$, you can see that: $n^{n}=2^{n\cdot log_{2}(n)}$, which is smaller then $2^{n^{2}}$