

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following three functions.f1 = 10n f2 = nlogn f3 = n√nWhich one of the following options arranges the functions in the increasing order of asymptotic growth rate? |
A. | f1 , f2, f3 |
B. | f2, f1, f3 |
C. | f3, f2, f1 |
D. | f2, f3, f1 |
Answer» E. | |