Project 4
Spring 2011
Due: Fri, Apr 15 @ 5 PM
10 points
This project involves implementing a List ADT using a doubly-linked list. To traverse the elements of the List, we will implement an iterator.
At the top of the file main.cc (or the file containing the main function), place the following header comment, with the appropriate substitutions:
/* * COSC 072 Project 4 * Name: <your name> * ID: <GoCard ID> * E-mail: <e-mail address> * Instructor: Maloof * * In accordance with the class policies and Georgetown's Honor Code, * I certify that, with the exceptions of the class resources and those * items noted below, I have neither given nor received any assistance * on this project. */
You'll be submitting p4 exactly like you submitted p3. The code for this assignment is p4, and you can submit using the command:
seva% java -jar submit.jar -a p4 -f p4.zipIf you need to include a message about your submission, then place the message in a file named README. Place the README file in the project's directory.