next up previous
Next: 13.1 Scheme Example Up: Functional Languages and Introductory Previous: 12.9 Using J Notation

13 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: 13.1 Scheme Example Up: Functional Languages and Introductory Previous: 12.9 Using J Notation
2002-11-26