BinarySearchTree — Your own implementation of a binary search tree
CSSE 221 – Fundamentals of Software Development Honors
Fall 2008–2009

This is an individual exercise. However, don't hesitate to ask questions of your instructor, student assistants and classmates as desired.

Goals

The goals of this exercise are to apply and hence reinforce your understanding of the use of:

Instructions

  1. Checkout your BinarySearchTree project from your individual respository. It has two classes:
  2. Implement and test the 3 stubbed methods:
  3. When you are done, commit your BinarySearchTree project to turn it in.