General recursion trees

Refer @ericksonAlgorithms2019 [p. 32]

Let . Time spent doing non recursive work is given by

The leaves take time. Thus, total time is given by

If , then . If , then . If , then .


Divide and conquer algorithms

Fast integer multiplication