LinkedListImplementation — Your own implementation of a linked list
CSSE 221 – Fundamentals of Software Development Honors
Fall 2008–2009

This is an individual exercise. However, don't hesitate to ask questions of your instructor, student assistants and classmates as desired.

Goals

The goals of this exercise are to apply and hence reinforce your understanding of the use of:

Overview

You will checkout a project that has stubs for a class called MyLinkedList that implements List.

I have supplied JUnit tests for your code.

Instructions

  1. Checkout your LinkedListImplementation project from your individual respository. It has two classes:
  2. Implement the stubbed methods, testing each as you complete it. Important notes:
  3. When you are done, commit your LinkedListImplementationproject to turn it in.