lab_trees
aka "Tempestuous Trees"
Functions
main.cpp File Reference

This file contains code for output testing of the BinaryTree class. More...

#include <algorithm>
#include <iostream>
#include "binarytree.h"
#include "coloredout.h"
#include "random.h"

Functions

template<typename T >
void printTreeInfo (const BinaryTree< T > &tree, const string &name, const string &description)
 
int main (int argc, char **argv)
 
void output_header (string name, string desc)
 

Detailed Description

This file contains code for output testing of the BinaryTree class.

Author
Daniel Hoodin, modified by Jack Toole for colored output
Date
March 2009