Sample Programming Assignment
Chapter 5
Linked List Implementation of a Sequence of Objects


The Assignment:
You will implement and test a Linked List Implementation of a Sequence of Objects as described in the documenation of http://www.cs.colorado.edu/~main/docs/edu/colorado/collections/LinkedSeq.html .


Michael Main (main@colorado.edu)