< previous page page_1119 next page >

Page 1119
19
Recursion
Goals
To be able to identify the base case(s) and the general case in a recursive definition.
To be able to write a recursive algorithm for a problem involving only simple variables.
To be able to write a recursive algorithm for a problem involving structured variables.
To be able to write a recursive algorithm for a problem involving linked lists.

 
< previous page page_1119 next page >