CS 240: Algorithms and Data Structures
James Madison University, Fall 2020

Part 1: Doubly Linked List Iterator

Download the following four files:

Complete the unfinished iterator methods in DoubleList.java so that they satisfy the requirements of the Iterator Interface.

Part 2: Additional List Methods

Implement the following methods:

Submitting

Upload DoubleList.java through Autolab.