(Latest Revision: 11/01/99)

11/01/99 -- Moved back the due date for the level 03 program by two days.

The Learning Tree

CS 3100 PROGRAMMING ASSIGNMENT THREE


DUE DATES:

You are expected to read the class documents entitled:
before beginning to do this or any programming assignment. You will find the documents under "CourseDocuments" in the class web space.

For this assignment, we will be doing the "Learning Tree" programming assignment: problem #3 on page 512 of your text book.

Read the assignment in the book. We will discuss details in class.

You must use a binary tree implementation to store questions and answers in the manner indicated in the problem statement in the text. I have included copies of the binary tree source code from the text in the subdirectory: "TreeSource." If you like, you can adapt some of this code to get the code you need for your program.

Before creating your tree data type think carefully about the operations your program needs to do.