Skip to content

ibqn/algs-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Josephus problem

gcc -O3 src/josephus-problem.c  -o josephus -Wall -pedantic -std=c11
./josephus 41 3

Buld using cmake

cmake -H. -Bbuild

This will create a build directory and generate there all the required files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published