CS 153 Data Structures I

Assignment #12

Due: 4/19/01

Purpose: to learn about using an STL container with an existing project

Task: Modify assignment #11 to include an iterator capability. You may have already done a part or all of this as an optional part of last week's assignment. An iterator capability involves having functions

Detail:

With this capabilty, Display() should be a 'user function' coded in the ...Dlg class and it should NOT appear as a BST::Display member function.

Testing: This will proceed exactly as with Program #11

Helps: