July 9, 2007
Exercises 15.1-2
We can consider for all j. Let T(j) =
, then T(n) = 2T(n-1), T(0) = 1. We can solve this recurrence relation with T(n-j) =
. Hence
.
We can consider for all j. Let T(j) =
, then T(n) = 2T(n-1), T(0) = 1. We can solve this recurrence relation with T(n-j) =
. Hence
.