Master Theorem Doubt

where we can use the master theorem like any example?

Hi,

Master theorem can be used in following type of recurrence:
T(n) = f(n) + aT(n/b) where a>=1 and b>1.

Examples:

Examples:
T(n) = n + 2T(n/2)
T(n) = n + T(n/2) etc.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.