CS2851 -- Lab 2: Roll Your Own DoublyLinkedList Class

Fall 2005
Objectives Addressed
Procedure

Create a class called DoublyLinkedList<E> that implements the List<E> interface. Your class should store elements of the collection in a doubly linked list. You may provide dummy implementations for the following methods:

It is likely that this class will be used in at least one future lab project.

Interim Time Report (due 11:00pm, the day prior to week 4 lab)

You should indicate how much time you spend on this assignment in the FAST system. You are encouraged to log your activity as you work on the project. At a minimum, you should log all of the time spent during the first week before the due date given above.

Lab report (due 11:00pm, the day prior to week 5 lab)

Here is a template file to use as a starting point for this report.

Your report should include:

As with any report you submit, correct spelling and grammar are required. In addition, your report should be submitted electronically following the Electronic submission guidelines. (You may wish to consult the XML help video and/or sample report before submitting your report.) Be sure to keep copies of all your files, in case something gets lost.

If you have any questions, consult your instructor.

Acknowledgment

This assignment was originally developed by Dr. Chris Taylor.

Last Updated: Monday, 26-Sep-2005 10:24:10 CDT