CSE 131 Module 2: Recursion
Goals
By the end of this module, you should...
- understand the concepts of recursion, base case,
termination condition, and recursive call.
- be able to read, understand, and hand-simulate recursive methods
using the substitution model.
- be able to write recursive methods from English
specifications of numerical problems.
- be able to "think recursively."
- know how to write test cases using JUnit.