COP 4531: Lecture 4
Learning objectives
After this class, you should be able to:
- Given a recurrence, solve it using the method of substitution, and prove the correctness of your solution using induction.
- Given a recurrence, solve it using the recursion-tree method, and prove the correctness of your solution using induction.
Reading assignment
- Lectures 3-5 slides.
- CLR: Sections 4.3-4.4.
Exercises and review questions
- Questions on current lecture's material
- Exercise 4.3-1.
- Exercise 4.4-6.
- Questions on next lecture's material
- None.