Question: Solve the following recursions using substitution or tree method: a) T(n)= 6T (n/2) + n^3 b) T(n) =T (2n/3) + n^2 c)T(n) = 2T (n/3)
Solve the following recursions using substitution or tree method:
a) T(n)= 6T (n/2) + n^3
b) T(n) =T (2n/3) + n^2
c)T(n) = 2T (n/3) + n
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
