|
lab_trees
aka "Tempestuous Trees"
|
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) |
This file contains code for output testing of the BinaryTree class.
1.8.9.1