Minimal Data Structures and Algorithms for Reference
In order to compile, go to the root folder of the project and run the following commands:
mkdir build
cd build
cmake ../
make
After the successfuly execution of the above commands,
you will be able to find executables in the build/bin
folder.