Please explain how to proceed with these types of questions.
T(n)=4T(n/3)+n; Can we get the complexity of this relation without using Master theorem. If so, how? Please explain. Also, how should we go about finding the run time complexity of any code?
Thank You.
