CS 153 Data Structures I
Programming Assignment #4

Due: 2/8/01

This programming assignment is designed to:

In order to meet these goals you may: The behavior of your program should be EXACTLY as it was in #3, except for CBag::Full():
By using a linked list data structure you have create a dynamic storage mechanism that will grow as the program runs.  The only condition that should cause the bag to be full would be that of running out of memory.

You will be shown in class how to test for running out of memory.  For this assignment we do not expect you to test for this condition.