If I have $n^{1.161}$ and $n^{1.58}$, how do they compare in terms of time complexity relative to $n\log n$?
I only know that $n\log n$ is between $n$ and $n^2$.
I would probably factor out $n$ such that I will get $\log n$ vs $n^a$ where $0<a<1$, and that's as far I know.