[   ^ to index...   |   <-- previous   |   next -->   ]

Advanced thoughts on Vector

Recursion

A recursive definition is one that uses itself. At first, this seems like a confusing idea, but we use recursive ideas all the time in everyday life:

The second example demonstrates the fact that there must be a base case to any recursion. That is, at some point, an animal that was not, biologically, a chicken, must have laid a chicken egg. Otherwise, we have infinite recursion.


Last modified: Wed Jul 5 15:53:02 PDT 2000