CS14, Program 2

Assigned: April 28th, 2001

Due: May 7th, 2001, 10pm

 

Topics

 

·         Linked Lists

 

 

Project description

 

In this assignment, you will write a linked list implementation and test it.

 

 

To do

 

Download the header file list.h and take it from there. Your job is to write the implementation files list.cc, to perform the methods as described in the comments in list.h, and then test it to verify that it does what it is supposed to do. As in program 1, you do not need to turn in your test program.

 

 

 

 

What to turn in

 

list.h and list.cc