Skip to content

Hashtable with linear probing to ensure you always get the correct data in C

Notifications You must be signed in to change notification settings

CasterraDev/Hashtable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Hashtable with linear probing to ensure you always get the correct data in C

Topics

Resources

Stars

Watchers

Forks

Languages