The specific question I have to work on is:
$\sqrt{n}$ , $\log{n^{100}, }$ $\ n^{10}$, $\log(10^n)$ , $\log(n^n)$, $\ n!$, $\ 3^n$, $\log(n!)$
The way I approached this was just choosing a large value for $\ n= 100$, and just putting them by order of least to greatest output. However, as this results in some really big outputs, I'm not sure if my result is accurate.
My answer: $\sqrt{n}$ , $\log{n^{100}, }$ $\log(10^n)$ , $\log(n!)$, $\log(n^n)$, $\ n^{10}$, $\ 3^n$, $\ n!$
I'm fairly confused by the textbook in regards to the growth of functions/big O notation, I understand the basic concept/definition but not how they go about determining this aside from the limit method.
Some hints: