Google News
logo
Algorithm - Quiz(MCQ)
Which of the following functions provides the maximum asymptotic complexity?
A)
f4(n) = 2^n.
B)
f3(n) = nlogn
C)
f2(n) = n^(logn)
D)
f1(n) = n^(3/2)

Correct Answer : Option (A) :   f4(n) = 2^n.

Advertisement