A simple hash table library written in C
Find a file
XOR 6449cb0374 the hashtable now stores any type of data
As it just stores a void pointer
2023-04-03 12:17:31 +02:00
.clang-format Add hashing function, hashtable struct, and hashtable init function 2023-03-29 15:37:57 +02:00
.gitignore Add hashing function, hashtable struct, and hashtable init function 2023-03-29 15:37:57 +02:00
LICENSE Initial commit 2023-03-05 21:10:07 +01:00
main.c the hashtable now stores any type of data 2023-04-03 12:17:31 +02:00
README.md Initial commit 2023-03-05 21:10:07 +01:00

simple_hashtable

A simple hash table library written in C