Skip to content
This repository was archived by the owner on Dec 9, 2019. It is now read-only.

Latest commit

 

History

History
4 lines (4 loc) · 334 Bytes

File metadata and controls

4 lines (4 loc) · 334 Bytes

Hash Map Class

I felt like writing the HashMap class from scratch to my own specifications (original exercise from Codecademy). This way it is easy to rewrite for example the collision avoidance algorithm and then compare the speed for assignment and retrieval with Python's built in dictionaries. Have fun rewriting and testing :)