How to implement a hash table in C (2021) 2 years ago
I played around with C++ when I was at university. Then never touched it again. So, with a grin I stumble over things like
"void* ht_get(...)"
Wait. What? A void pointer? Interesting... I have no clue.
I like articles like these. For someone not familiar with C it's a perfect level. In terms of explanation and the code itself.