|
|
|
CSC 2200 |
Lab preparation (at home) Goal Implement the Stack ADT using the Doubly Linked List ADT implemented in Lab #4. Your stack implementation should support the following member functions:
Also, provide appropriate constructor and destructor. You implementation can
use only the member functions of the list ADT implemented in lab #4.
Finish the implementation and test it. |
|