CSci 2101 Lab 12. November 8th.

30 points

Due Tuesday, November 15th.

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.

How to submit

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.


CSci 2101 course web site.