
pChapter 8 introduces the technique of recursive programming.
pAs you have seen,
recursive programming involves
spotting smaller occurrences
of a problem within
the problem itself.
pThis presentation gives an additional example, which is not in the book.
Data Structures
and Other Objects
Using Java