Lecture 20 Objectives


At the end of today's class you should

KNOW:

BE ABLE TO:

Sample Exam Question:

A binary tree contains these values:

           root->    15
                    /  \
                  23    16
                   \    / \
                    9  17  63
                      /     \
                     5       12
                      \
                       37
List the order in which the nodes would be visited if the tree was traversed using a postorder traversal.