Hash Table implementation written in C.
Go to file
2025-07-14 19:04:06 -05:00
include Initial commit 2025-07-14 19:04:06 -05:00
src Initial commit 2025-07-14 19:04:06 -05:00
tests Initial commit 2025-07-14 19:04:06 -05:00
LICENSE Initial commit 2025-07-14 19:04:06 -05:00
Makefile Initial commit 2025-07-14 19:04:06 -05:00
README.md Initial commit 2025-07-14 19:04:06 -05:00

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.