A simple hash table library written in C
Find a file
2023-04-07 01:32:14 +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
COPYING Applied GNU GPL License 2023-04-07 01:32:14 +02:00
README.md
shash.c Applied GNU GPL License 2023-04-07 01:32:14 +02:00
shash.h Applied GNU GPL License 2023-04-07 01:32:14 +02:00
usage_example.c Changed source layout into a library structure 2023-04-07 01:01:35 +02:00

simple_hashtable

A simple hash table library written in C