Linked Structures Practice

Introduction

Your goal in this lab is to complete the two unfinished methods in SimpleLinkedList.java: contains and addAtEnd.

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.