Homework 5

Short Description:

This assignment is worth 15 points.

Goals

When you finish this homework, you should have:

Formal Description

Implement a binary search tree class. Your class should include a specification file and an implementation file. Your class should be called bst, and your files should be bst.h and bst.cpp.

Please implement your class to hold strings as a data field.

You should implement the following member functions:

Input

None.

Output

None.

Discussion

I will compile and link your program against my own driver. It better work with no alterations.

Required Files

The .h, .C files.

Extra Credit

None.

Submission

Email the files to me by November 28 at class time.