hashmap.java does not currently run because it lacks a linked list and node class to reference
I think adding a nested linked list class at the bottom of the file is a good work around while also preserving the organization of the repository. Thoughts?
required methods for linked list:
void insert(int z), void delete(int z), void display()