hash_table/README.md
2025-07-14 19:04:06 -05:00

711 B

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.