breakhack/hashtable
Linus Probert 86eb3aee01 Wrote a naive hashtable.
Be careful regarding memeory handling using this table. It takes
pointers as values. Deletes the pointers on occasion and destruction but
doesn't copy the original pointer. So pointers inserted should be left
to be handled by the table.
2017-12-12 13:06:01 +01:00
..
CMakeLists.txt Wrote a naive hashtable. 2017-12-12 13:06:01 +01:00
check_hashtable.c Wrote a naive hashtable. 2017-12-12 13:06:01 +01:00
hashtable.c Wrote a naive hashtable. 2017-12-12 13:06:01 +01:00
hashtable.h Wrote a naive hashtable. 2017-12-12 13:06:01 +01:00