lab_trees
Tempestuous Trees
binarytree.h File Reference

Declaraction of the BinaryTree class. More...

#include <iostream>
#include <string>
#include <vector>
#include <sstream>
#include <random>
#include "binarytree_given.cpp"
#include "binarytree.cpp"
Include dependency graph for binarytree.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declaraction of the BinaryTree class.

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