Skip to content

afiskon/c-algorithms-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-algorithms-examples

Usage:

git submodule init
git submodule update

mkdir build
cd build

# on *nix:
cmake ..
make -j4

# on Windows:
cmake -G "MinGW Makefiles" ..
mingw32-make -j4

See also: https://github.com/afiskon/c-algorithms