Page 1 of 1

T(n)= 3T(n/2) + 2n^2 How to find time complexity of this recurrence using the master theorem?

Posted: Mon Jun 06, 2022 1:31 pm
by answerhappygod
T(n)= 3T(n/2) + 2n^2
How to find time complexity of this recurrence using the master
theorem?