Class | Description |
---|---|
BasicTree |
A very basic tree definition that implements TreeNodes for nodes.
|
BinarySearchTree |
Search Tree that implements BasicTree as its foundation.
|
ExplicitTreeNode |
Tree node for a standard binary tree implementation.
|
MinHeap |
Min-heap that implements BasicTree as it's foundation.
|