Skip to content

falkjet/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

A Program to solve lots of sudokus efficiently.

Building

The program can be build using using the command

zig build --release=fast

or using nix with the command

nix build .

Running

When build by calling zig build the program will be located in ./zig-out/bin, and it will expect sudokus getting written to its standard input.

The following command will run the program on all 17 clue non-equivalent sudokus

./zig-out/bin/sudoku-solver < 17puz49158.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published