From graph it can be easily seen that $n!$ grows faster that $n^{\sqrt{n}}$. Also wolfram alpha says that $\lim _{n\to \infty }\left(\frac{n^{\sqrt{n}}}{n!}\right)=0$. I'd appreciate if anyone could explain how, being a complete noob I don't know how to compute the limit of the above function.
I also tried taking log of both the functions and then solving it through PMI, but no luck.
Taking logarithm makes things simpler:
$$ \log n!=\sum_{1\le k\le n}\log k>\sum_{1\le k\le n}\int_{k-1}^k\log t\mathrm dt=\int_0^n\log t\mathrm dt=n\log n-n $$
Since $n\log n$ grows significantly faster than $n$ and $\sqrt n\log n$, we conclude $n!$ grows much faster than $n^{\sqrt n\log n}$, making that limit zero.