Lecture 6 Objectives


At the end of today's class you should

KNOW:

BE ABLE TO:

Sample Exam Question:

Given this BST:


                       14
                     /    \
                    /      \
                  10        36
                 /  \         \
                /    \         \
               8      12        92
Draw the BST that would result from removing the element 14. Replacements should come from the left subtree.