CSE 1030 - Lab 7/8

The due date for this lab is December 22. Due to its complexity and importance, this lab will count as a double lab, with weight equal to twice a normal lab.

In this lab, you will implement a complete LinkedList class.

Implement this API. NOTE: The iterator and node must be implemented as private inner classes.

Here is a tester.

Remember, even if your code passes the tester, it is no guarantee that your code works correctly!

Submit the java files, using the submit command, as follows:

$ submit 1030 lab7 LinkedList.java
(remembering that your class is probably in workspace/lab7/src/), or using the submit web app.

Submissions will be graded automatically on the following grading scheme: