Package tree

Trees, such as a binary heap tree.

See:
          Description

Interface Summary
BinaryTree An interface for a binary tree, where each node can have zero, one, or two children.
CompleteBinaryTree  
Tree  
 

Exception Summary
EmptyTreeException Runtime exception thrown when one tries to get at the root of an empty tree.
 

Package tree Description

Trees, such as a binary heap tree.