lab_trees
aka "Tempestuous Trees"
Classes
binarytree.h File Reference

Declaraction of the BinaryTree class. More...

#include <iostream>
#include <string>
#include <vector>
#include <sstream>
#include "random.h"
#include "binarytree_given.cpp"
#include "binarytree.cpp"

Classes

class  BinaryTree< T >
 The BinaryTree class represents a templated linked-memory tree data structure. More...
 

Detailed Description

Declaraction of the BinaryTree class.

You will probably need to modify this file to add helper functions.