Lesson 26: A simple sort of selection
Outline:
- Review of recursion
- stepping through recursive function calls
- doing too much work: Fibonacci
- Mini-quiz
- Selection sort
- algorithm and example
- runtime: Exercise
Reading assignment (to be completed by the next class):
- Zelle section 13.3.1 (pp. 477-478)