What is the asymptotic relation between $n^{1/3}$ and $(\log n)!$?
I compared the graphs and of course, $\mathcal{O}(n^{1/3})=(\log n)!$. However, for a more concrete proof, I compared the $\log$ of both functions although, I am not sure if this is a correct approach (and why/why not?). What I compared, as a result were $$\log n,~\log((\log n)!)\le n\log\log n$$ but, this is not really getting me anywhere.
I do not know how to approach such questions, help would be appreciated! For some similar problems I used the $\log$ comparison approach and ended up with correct solutions but I suspect it might be a faulty approach.
Edit. This questions possibly has a typo and it shouldbe $\log (n!)$ instead of $(\log n)!$. However, I am just as lost in that case.