Which of the given options provides the increasing order of asymptotic complexity of functions f1, f2, f3 and f4? f1 (n) = 2n; f2 (n) = n3/2; f3 (n) = n log2 n; f4 (n) = nlog2n
Reveal answer
Fill a bubble to check yourself
Which of the given options provides the increasing order of asymptotic complexity of functions f1, f2, f3 and f4? f1 (n) = 2n; f2 (n) = n3/2; f3 (n) = n log2 n; f4 (n) = nlog2n