Header Libraries

Description
A set of header only algorithms, data structures, and utilities I use in many of my other projects. Most should have tests located in the tests folder
Building
to build
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=DEBUG ..
cmake --build . --target full --config DebugTesting
To run unit tests
ctest -C DebugInstalling
cmake --install .