a)Describe the performance analysis of an algorithm in detail.
Describe the performance analysis of an algorithm in detail.
b)Consider the following recurrence T(n) = 3T(n/3) + n obtain asymptotic bound using substitution method.
Consider the following recurrence T(n) = 3T(n/3) + n obtain asymptotic bound using substitution method.