Project 4
Spring 2020
Due: F 4/24 @ 5:00 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. You can decide whether to use sentinel nodes.
Instructions for Electronic Submission
In a file named HONOR, include the following statement with the appropriate modifications:
Name NetID 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 will submit p4 exactly like you submitted p3. Make sure you remove all debugging output before submitting.
Copyright © 2019 Mark Maloof. All Rights Reserved. This material may not be published, broadcast, rewritten, or redistributed.