Linked Structures Practice

Introduction

Your goal in this lab is to complete the two unfinished methods in SimpleLinkedList.java: addAtEnd and iterator. You should start with the addAtEnd method. The Web-CAT submission tests are configured to base 80% of the lab grade on addAtEnd and 20% on successfully implementing iteration.

Here is the starter code:

Here are copies of the unit tests that will be used by Web-CAT.

Submitting

Submit your completed file through Web-CAT. You may submit as many times as you like. Web-CAT will not perform Checkstyle tests for this lab.