Problem
1. What is a recursive call?
2. What distinguishes the base case in a recursive algorithm?
3. What is the base case in the Towers of Hanoi algorithm?
4. In working with simple variables, the recursive case is often in terms of a smaller value. What is typical of the recursive case in working with structured variables?