Package com.futureshocked.datastructures

A package that contains a simple implementation of a binary tree, to be used for testing purposes.

See:
          Description

Class Summary
BinaryNode Simple node class to be used by BinaryTree.
BinaryTree Simple implementation of a binary tree - to be used for testing out the DebuggerClassLoader.
 

Package com.futureshocked.datastructures Description

A package that contains a simple implementation of a binary tree, to be used for testing purposes.