Next:
Up:
Previous:
For larger input size:
D(n) = time to divide n input elements into subproblems, each of size n/b
C(n) = time to combine solutions to subproblems
Thus we generate the recurrence:
Next:
Up:
Previous: