Package me.legrange.tree
-
Interface Summary Interface Description Tree<T> A tree for organising data. -
Class Summary Class Description BinarySearchTree<T extends Comparable> BinaryTree<T> GeneralTree<T> A simple tree class that hides the tree implementation.