This repository is designed to help students practice building a LinkedList class.
Due Monday Dec 14th 6pm
Clone this repository and fill in the following methods. There is a test file to help you test your methods.
add_first
get_first
length
add_last
get_last
get_at_index