Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions nov15/normal/jeroen-coussement/sugoku/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# sugoku

Soduke solver using constaint propagation. Solution for the go challenge at http://golang-challenge.com/go-challenge8/

#### Usage:

The program will read the problem from stdin and solve it, if the format is correct, and if the sudoku has a solution

To solve the challenge in challenges/hard2.txt:

go run sugoku.go < challenges/hard2.txt

If you want the program to rate the sudoku, just provide the rate flag

go run sugoku.go --rate < challenges/hard2.txt