1.

Consider the recurrence relation :\(T(n) = 8T \left(\frac{n}{2}\right)+Cn, if \;n > 1\)= b, if n = 1Where b and c are constants.The order of the algorithm corresponding to above recurrence relation is :

A. n
B. n2
C. n lg n
D. n3
Answer» E.


Discussion

No Comment Found

Related MCQs