diff --git a/nov15/normal/jeroen-coussement/sugoku/readme.md b/nov15/normal/jeroen-coussement/sugoku/readme.md new file mode 100644 index 0000000..1c0d17a --- /dev/null +++ b/nov15/normal/jeroen-coussement/sugoku/readme.md @@ -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