Commit graph

8 commits

Author SHA1 Message Date
XOR
b37272aa71 Minor refactoring and addition of comments 2023-04-05 00:32:35 +02:00
XOR
289de54e7e Removed memory leaks, minor bug and security fixes 2023-04-05 00:00:46 +02:00
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
XOR
9ee3954d19 Add a struct that represents the elements of the hashtable 2023-03-31 23:49:42 +02:00
XOR
c1fafc6246 Add compatibilty for gcc compiler 2023-03-30 10:05:44 +02:00
XOR
6ae406787a Add get / set functions
No collision handeling yet!
2023-03-29 16:40:09 +02:00
XOR
21dcb50d79 Add hashing function, hashtable struct, and hashtable init function 2023-03-29 15:37:57 +02:00
XOR
2661d781da Initial commit 2023-03-05 21:10:07 +01:00