CSC 313: Data Structures in Java

Autumn 2002

Inidividual Assignment 3

Basic linked list methods

Due Friday October 11 before 11:30pm

The CardList class is a simple class that holds a list of cards implemented as a linked list. A partial, uncommented version is provided for you. The CardList class uses the CardNode class and the Card class.

Your assignment is to add and test the following methods:

Within the main method, provide additional test code that demonstrates that all of the methods in your class work correctly. Make sure you fully document your class according to the standards of the text and javadoc.

Submission

Before the due date and time, you should submit the following file through the submission Web page: