lab_trees
aka "Tempestuous Trees"
File List
Here is a list of all documented files with brief descriptions:
 binarytree.cppDefinitions of the binary tree functions you'll be writing for this lab
 binarytree.hDeclaraction of the BinaryTree class
 binarytree_given.cppDefinitions of some standard binary tree functions
 main.cppThis file contains code for output testing of the BinaryTree class