Lesson 25: A lesson in delegation
Outline:
- Review of the searching problem
- Mini-quiz
- Recursive problem solving
- computing factorial
- base case and recursive case
- Exercises 1-3
- binary search (recursively)
Reading assignment (to be completed by the next class):
- Zelle section 13.2 (pp. 465-477)