next up previous
Next: 12.1 Summing the First Up: Functional Languages and Introductory Previous: 11 Object Programming

12 Recursion

A definition which refers to itself is a recursive definition. We consider several examples of recursive definitions which illustrate our approach to teaching recursion. The first of these examples is a trivial problem which is used so that the problem being solved does not interfere with understanding the approach being used to teach recursion.



Subsections
next up previous
Next: 12.1 Summing the First Up: Functional Languages and Introductory Previous: 11 Object Programming
2002-11-26