For this lab, you will help implement some of the member functions on
a linked-list class similar to the one described in the book. The
interface for the list class is in list.H,
and most of the member functions are already written.
(See list.C.) You need to edit
Lab8/list.C, finish writing two of the routines, and compile
with the file main.C
to test the operations you implement.
To be specific, you must:
cp ~cs102/Lab8/* .)
list.C in emacs.
list.C.)
list.C and main.C to make sure
your code works.
InsertAfter function in list.C
list.C and main.C to make sure
your code works.