Since there is no subproblem overlap in the Mergesort.
July 9, 2007
Exercises 15.2-5
If there are less than n-1 parentheses, then there must be at least one element has no parenthesis.
Exercises 15.2-3
P(n) = . P(n+1) =
. P(n+1) =
. P(n) > T(n) which T(n) = 2T(n-1). Hence P(n) =
.