Skip to content

kle043/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku

Brute force MC for solving difficult eastern sudoku. There are much more elegant solutions out there, but a solution is found eventually;)

Build

sudo singularity build sudoku.sif sudoku.def

Run

singularity run sudoku.sif

or if running running in parallel specify the number of processes

singularity run sudoku.sif -p 2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published