Realizations of popular data structures and algorithms in STL style.
Use any compiler with C++17 support
git clone https://github.com/Instand/Algorithms.git cd Algorithms mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -A x64 .. cmake --build . --target ALL_BUILD --config Release
git clone https://github.com/Instand/Algorithms.git cd Algorithms mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make -j4