lab_trees
Tempestuous Trees
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CBinaryTreeThe BinaryTree class represents a templated linked-memory tree data structure
 CNodeRepresents a tree node; that is, an element in a BinaryTree
 CInorderTraversalA derived, templatized class for inorder traversal algorithms on trees
 CPreorderTraversalA derived, templatized class for preorder traversal algorithms on trees
 CTreeTraversalPure virtual class for traversal algorithms on trees
 CIteratorA forward iterator class through an TreeTravesal, derived from the std iterator class