Source Code from class:

Driver.java
Song.java
Node.java
LinkedList.java
Driver2.java - A different driver reusing the linked list class without changing any code of the class. This also uses Autoboxing for the primitive data type.