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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.