Question: Solve the following two recurrence equations using substitution method. (a) T(n) = 2T(n/2 ) + n (b) T(n) = 4 .T(n/2)
Solve the following two recurrence equations using substitution method.
(a) T(n) = 2T(n/2 ) + n
(b) T(n) = 4 .T(n/2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
