arisada / hashtable

A hashtable in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Hashtable in C

For a pretty straightforward example of how to use, see main.c. Uses Murmur as the internal hashing mechanism.

All dependencies are included.

About

A hashtable in C

License:Other


Languages

Language:C 100.0%