this is a simple hashmap implementation with O(1) insertion and retrival written in C, for usage refer to main.c
to compile simply run $ make
in the root dir of this repo and then $ ./hashmap_program
to execute
will come back to this and add O(1) deletion and iterators to this.