CPSC 211, Sec 201-203
Spring 2004
Program 1: Implementing a Set ADT with a Linked List in Java


INSTRUCTIONS


PURPOSE

This assignment is intended for you to get back in practice with Java and to learn (or review) how to program a basic linked list. It also is a simple of example of using data abstraction.

PROGRAM REQUIREMENTS

Write a Java class DLList in which the data is a list of entities, each of type Object. It must have the following instance methods:

Write a Java class Set in which the data is a collection of entities, each of type Object. It must have the following instance methods:

IMPLEMENTATION REQUIREMENTS

TURN-IN REQUIREMENTS

Due by 10:20 AM on Wednesday, Feb 4: