Question: using substitution method show that T(n) = 4T(n/2) + n^2 is true for O(n^2 logn)
using substitution method show that T(n) = 4T(n/2) + n^2 is true for O(n^2 logn)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
