CSSE 230: LinkedLists Part 1

Implement the following methods from the Java LinkedList class.

If the linked list API specificies returning "null," for now, just return -1.

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