Skip to content

shysaur/shysaur-hashtable

Repository files navigation

Hashtable

This is a simple implementation of a separate chaining with list head cells and fast enumeration hash table, with an option for incremental resizing.

The hashtable is self contained in hashtable.c and hashtable.h. Other files are just test programs.