Skip to content

Instand/Algorithms

Repository files navigation

Algorithms

Realizations of popular data structures and algorithms in STL style.

Use any compiler with C++17 support

On Windows:

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

On Linux:

git clone https://github.com/Instand/Algorithms.git
cd Algorithms
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4

About

Data structures and algorithms with tests

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors