An open API service indexing awesome lists of open source software.

https://github.com/kyrol01/hash-table

Implementation of a generic Hash Table in C
https://github.com/kyrol01/hash-table

Last synced: about 2 months ago
JSON representation

Implementation of a generic Hash Table in C

Awesome Lists containing this project

README

        

# Hash-Table
Implementation of a generic Hash Table in C

## TODO:
Add more test in main

Convert the `char*` hash table into a `void*` hash table (generic)