CS-151 Labs


Lab 6. Binary Tree


Due by Nov 13 on 11:00 pm.

In this lab you will implement a recursive binary tree structure and associated methods. After this lab you should be able to:

We provide you with the following files, which you will not need to change:

And the following files, which you will need to modify:

You will also need to create the following file:

The starter code along with some sample trees is located in this archive: lab6.zip.