Jamin-Chen / hashmap

C++ hashmap class coded from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ fixed size hashmap that associates string keys with arbitrary data object references. Coded using only primitive types.

Instructions:
1. Unzip hashmap.zip and navigate to the newly created directory.
2. Run the following command line functions:
   > make
   > ./hashmap_test


Thanks!

Jamin Chen
  

About

C++ hashmap class coded from scratch.


Languages

Language:C++ 97.8%Language:Makefile 2.2%