Final answer:
The functions can be ranked by their order of growth as: n!, 2^n, 2^(2^n), n^2, nLogn, logn, (logn)!, Ln n.
Step-by-step explanation:
Ranking the functions by order of growth:
- n!
- 2n
- 22n
- n2
- nLogn
- logn
- (logn)!
- Ln n
1. The factorial function, n!, grows faster than any other function.
2. The function 2n grows faster than 22n.
3. The quadratic function, n2, grows faster than the logarithmic functions, nLogn, logn, (logn)!, and Ln n.
Keep in mind that these rankings are based on the order of growth as n approaches infinity.