lab_trees
Tempestuous Trees
|
▼CBinaryTree | The BinaryTree class represents a templated linked-memory tree data structure |
CNode | Represents a tree node; that is, an element in a BinaryTree |
CBinaryTreeNodeDescriptor | |
Ccolored_out | |
CGenericNodeDescriptor | |
CInorderTraversal | A derived, templatized class for inorder traversal algorithms on trees |
CPreorderTraversal | A derived, templatized class for preorder traversal algorithms on trees |
▼CTreeTraversal | Pure virtual class for traversal algorithms on trees |
CIterator | A forward iterator class through an TreeTravesal, derived from the std iterator class |