This project is a simple implementation of a hash-map.
The underlaying data structure of this implementation is a Binary Search Tree.
This project depends on:
$./configure.sh
This step will simply init the git submodule for googletest$make
To Run all unit tests, use:
$make test
To Run all tests using valgrind, use:
$make test-valgrind