Run "java RBDriver" to test the program. BinSearchTree is an interface for a standard binary search tree. DefaultBinSearchTree is a generic implementation of an unbalanced binary search tree. RBSearchTree is a Red-Black search tree. The remove method is still not working properly, but all other methods should be functional. BinaryNode and RBNode are used in the construction of the appropriate trees. Jason Brick