T(n)= 2T(n-2) +n^2 ??
Find the recurrence relation for the following algorithm, and then find the time complexity using the substitution method.
how to solve this recurrence relation using the substitution method?
T(n)= 2T(n-2) +n^2 ??
Find the recurrence relation for the following algorithm, and then find the time complexity using the substitution method.
how to solve this recurrence relation using the substitution method?