Just attended my first Data Structure Algorithm class and I do not understand it at all. One question given to me was:
Arrange the following functions into increasing order; that is, () should come before () in your list if and only if () is (()).
3^2n , 5n lg n + 20n , n^0 , 2^lg n , 16 ^lg n
So what should I do? Substitute n as 1 and work each function out before sorting them?