| lab_trees
    Tempestuous Trees | 
Declaraction of the BinaryTree class. More...
#include <iostream>#include <string>#include <vector>#include <sstream>#include <random>#include "binarytree_given.cpp"#include "binarytree.cpp"| Classes | |
| class | BinaryTree< T > | 
| The BinaryTree class represents a templated linked-memory tree data structure.  More... | |
| struct | BinaryTree< T >::Node | 
| Represents a tree node; that is, an element in a BinaryTree.  More... | |
Declaraction of the BinaryTree class.
You will probably need to modify this file to add helper functions.