This project contains different implementations of hash maps
Currently developed:
- Using a Binary Search Tree as underlying data structure
- Using a Dynamic resizing array as underlying data structure
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