This library isn't a minimal implementation of STL even though the name sounds so. The main agenda is to learn the basic algorithms and data structure by aligning them in a structured manner. STL's alignment seems to match this requirement perfectly.
cd algorithm/sort/build
cmake -- && make
To run the executable, use
../bin
./sort_ut # For Unit Test
./sort # For Proper exe