Hash Table Implementation In C
Prerequisites
Singly Linked List and Malloc
Check out my article on Malloc here
What is a hash table?
A hash table is a hash map, that maps keys to values, just like a dictionary in other programming languages such as Python. It uses a hash function ...
aythedataguy.hashnode.dev11 min read