Hashmap starter code

This is the starter code for a hashmap implementation. We've implemented our hash buckets as linked lists for easy insertion and deletion.