Hash Table in C
I tried this simple project to write a hash table in C - https://github.com/orsenthil/ht using this tutorial (https://github.com/jamesroutley/write-a-hash-table) - The tutorial was really good, simple and helped appreciate how a simple hash table can be implemented from ground-up.