Question
Consider the following three functions. f1 =
100n f2 = nlogn f3 = n√n Which one of the following options arranges the functions in the increasing order of asymptotic growth rate?Solution
The growth rate of 100 with the base and n with in the power will be having highest among these three.