Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 304 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 304 Bytes

Hashtable in c

Use at your own risk

Hashtable able to store variables and structs. Tested against ints and structs with char[], int, float.

Uses linear probing to avoid collisions. If the hashtable is full it will print an error message and return.