Computer Science A - 11/29/99 Recursion: Rules: 1. Know when to STOP - Base Case 2. Know how to reduce the problem - General Case 3. Does #2 actually lead you to #1 - Consistancy Type of Recurion: · Ordinary Recurion (11/23/99 Recursion) · Tail Recursion