Lecture 8 Objectives


At the end of today's class you should

KNOW:

BE ABLE TO:

Sample Exam Question:

Sketch out the UML diagram for an AVL tree implementation of an ISet (you don't have to write code at this point, just draw the UML). Then, rewrite the Examples class from today's code so that the PartyGuests object PG uses your AVL implementation of ISet.