Hash Table implementation written in C.
include | ||
src | ||
tests | ||
LICENSE | ||
Makefile | ||
README.md |
Hash Table
Description
Hash Table implementation written in C.
Table of Contents
Features / TODOS
- Custom cleanup function
- General purpose void * values.
- O(1) lookup
- Variety of hash functions.
Usage
make to build
make test for testing.
Credits / Resources
[Data Structures in C - Noel Kalicharan]
C Interfaces and Implmentations
Jacob Sorber
License
This project is licensed under MIT - see the LICENSE file for details.