Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 161 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 161 Bytes

hashmap

A simple hashmap written in C which uses linear probing.

Use 'make test' to create the 'test' executable and 'make lib' to build as a shared library.