CS202 -- Lab A

To start this lab, please do the following:
mkdir obj
mkdir bin
cp -r /home/jplank/cs202/Notes/Trees/include .
cp -r /home/jplank/cs202/Notes/Trees/src .
cp /home/jplank/cs202/Notes/Trees/makefile .
Your job is detailed in the section entitled "Your Lab" in the lecture notes on trees and binary search trees. You are to submit the file src/bstree_lab.cpp. You are not allowed to modify include/bstree.hpp or src/bstree_notes.cpp.

The Gradescript

The gradescripts work in the following way: