Lecture 16
Learning objectives
After this class, you should be able to:
- Explain the derivation of the average case time complexity for searching and insertion into a binary search tree.
- Use integration to estimate sums.
Reading assignment
- Section 4.3.6, see pages 288-289 (average case analysis) for additional information.
- Lecture: Trees: Part 3 -- Binary search trees.
- None. Prepare for the midterm.
Exercises and review questions
- Exercises and review questions on current lecture's material
- Use integration to estimate the sum of the first
N
positive integers.
- Use integration to estimate the sum of the squares of the first
N
positive integers.
- Questions on next lecture's material
- None.
Last modified: 4 Oct 2011