The master theorem is used to calculate the worst case complexity of Recurrence Equations of the form:
Where and and is an asymptotically positive function.
Note
It is important to note that is not always an integer. This is why it is usually in form .
It can be used on three cases:
- (Big-Oh Notation), where .
- (Big-Theta Notation), then
- (Big-Omega Notation), where .