If the question is not clear, then assume $t=\log(\log n)$, then the question can be re-framed as $\text{O}(t^{10})$ vs $O(t^5)$? So which has a higher order of growth?
Thanks.
If the question is not clear, then assume $t=\log(\log n)$, then the question can be re-framed as $\text{O}(t^{10})$ vs $O(t^5)$? So which has a higher order of growth?
Thanks.
Copyright © 2021 JogjaFile Inc.
$t$ goes to infinity, though slowly.
Therefore $t^{10}$ grows faster than $t^5$.