Just a simple C++ implementation of a hash set using external chain (not for production, just having fun).
To compile any target in the project, you can directly use CMake. Create a build directory manually and generate the Makefiles in it.
mkdir build && cd build
cmake ..
make
./hash_set_test