CSSE 230: LinkedLists Part 1

Implement the following methods from the Java LinkedList class.

All of the methods below should run in O(1) time.

  • Here is some unit test code.