Having some problems with big O notation question... getting confused on how to figure this out.
I'm working on a problem (exam coming up so doing extra ones) where it asks us to arrange the functions in a list so that every function is big-O of the next.
$$2^{100n}, 2^{n^2}, 2^{n}, n\log n, \log \log n, n^{\frac{1}{2}}, n(\log n)^{1/2}, n^{4/3}(\log n)^2$$
Big O is extremely confusing to me so I don't know where to start..
edit: fiddling around with Latex, please bear with me!