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