Session Details
Week 3, 
Session 8 — Tue Sep 24
Preparation
- 
 Ch. 15-17 (should be mostly review)
- 
 §18.1-18.3
Due
- 
 Written Assignment 3
Topics
- 
 Java Collections Framework
- 
 Trees intro
Outline
- 
 [10 min] Questions
- 
 [15 min] Quick overview of the Java Collections Framework.
- 
 [20 min] Trees concepts
- 
 [5 min] break
- 
 [20 min] Implementing binary trees (including size, height)
- 
// in 201130, after doing these methods I suggest that we introduce sentinels, and redo given code to use a sentinel
- 
 [35 min] Work time
Resources
- 
 Slides
- 
 Java Collections Framework Tutorial
- 
 Local documentation for Weiss code
HW Assigned
- 
 See Preparation, Due, and Major Programs columns on the main schedule page