Lecture 24: Standard Template Library
Thursday 05/03, 2007
[Up]
[Previous Lecture]
[Next Lecture]
Assigned Reading: 19
Slides As Shown:
Topics Covered:
- Compared the asymptotic performance of arrays vs linked-lists
using Big-O notation.
- Explored binary search trees using a
data structure
visualization tool.
- Argued using amortized analysis that balanced
binary search trees are possible.