InterviewSolution
Saved Bookmarks
| 1. |
Consider the following three functions.f1 = 10nf2 = nlognf3 = n√n Which one of the following options arranges the functions in the increasing order of asymptotic growth rate?(A) f3,f2,f1(B) f2,f1,f3(C) f1,f2,f3(D) f2,f3,f1 |
| Answer» | |