LinkedList, which starts counting from zero (0) • However, my LinkedList class starts counting from one (1) • For me, counting from one (1) makes more sense, since people are using the linked list class • So if you use the Java API LinkedList class, be aware of the difference with my code for the LinkedList class