Work in groups on this lab.
Your goal is to finish implementation of the binary search tree that we strated in class. We write a couple of methods interactively in class. It's a good idea to write recursive methods for traversing the tree. In this case the recursive methods are placed in the Node class.
Submit the java file(s) with your testing code by e-mail to me. The subject of the message must be 2101 Lab 12. Make sure to CC your group partners.