
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Class: DATA STRUCTURES II; Subject: Computer Science; University: Wentworth Institute of Technology; Term: Fall 2007;
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

COMP385 Section 71 - Data Structures II - Fall, 2007
Instructor: Bob Goldstein (617) 912- [email protected] [email protected] http://home.comcast.net/~goldsteinr/Courses/index.html http://goldstein.eri.harvard.edu/courses/index.html http://myweb.wit.edu/goldsteinr/Courses/index.html Due Date: November 13, 2007 Hand In: Printout of program code and dialogue of how it runs. Purpose: Extend, time, compare and use STree, AVLTree and RBTree. This homework is based on Ford and Topp, problem 17 on page 559 and also on problem 21 on page 863 of your text. Description: Start with the three classes, STreePlus, RBTreePlus and AVLTreePlus that we did in class. Since these classes extend the corresponding Ford and Topp classes, you need to import them and modify them as shown in class (make selected variables protected rather than private).