Lecture 16 Objectives


At the end of today's class you should

KNOW:

BE ABLE TO:

Sample Exam Question:

Here's an AVL tree:

                      44
                     /  \
                    /    \
                  32      96
                 /  \     
               30    40  
The value 20 needs to be added to the tree.