next up previous
Next: 5.1 Scheme Example Up: Recursion, Iteration and Functional Previous: 4.2 Using J Notation

5 Iteration

We next consider an alternate solution to the problem of summing the integers from 1 to k. This solution uses a recursive definition but does not use the divide and conquer strategy.



Subsections
next up previous
Next: 5.1 Scheme Example Up: Recursion, Iteration and Functional Previous: 4.2 Using J Notation
2002-11-26