[solved] – Question 96396
Use substitution to solve the recurrence relation f(n)= 8f(n/2) + n^2 with initial condition f(1) = 1 , knowing that n = 2^k .
Expert Answer
OR
Use substitution to solve the recurrence relation f(n)= 8f(n/2) + n^2 with initial condition f(1) = 1 , knowing that n = 2^k .
OR