Order the following functions from smallest to largest and indicate clearly the functions that are θ of each other. No explanation is needed.
a. f(n) = n^2
b. g(n) = 2^n
c. h(n) = n log n
d. k(n) = n^3

Q&A Education