/hash_map_C

Hash_Map implementation in C

Primary LanguageC

A simple implementation of Java & C++ HashMap in C .

  • for the moment , it's a simple Map without the hashing logic , i'll add it later