CIS 22 Spring 2005 - Assignment #4

CIS 22 - Data Structures

Spring 2005
Assignment #4
A List Structure with Header Nodes

Due: April 18, 2005

Overview

This assignment will give you practice with nodes and lists. For this assignment you will re-implement the List class using a linear list with a header node.

After you write the new implementation of the List class, you will use this List class to re-implement the Stack class.

Implementation Details

What to hand in - lots of files!

Extra Credit

Implement a ListIterator for the list w/header node class and test it.