diff options
author | Stijn Buys <ingar@osirion.org> | 2013-08-03 09:36:03 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-08-03 09:36:03 +0000 |
commit | d7b480990c91aa9b09a855b98aa19b3f496690b3 (patch) | |
tree | 9bf887fd4f20698078f7019003d82fcec44896ea /examples | |
parent | d7f292f0abbffb24dc683d754a2ab4b8b2938cc0 (diff) |
Adds an example of a hard to solve sudoku,
renames the evil example.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hard-2013-07-15.sudoku (renamed from examples/evil.sudoku) | 0 | ||||
-rw-r--r-- | examples/hard-2013-07-25.sudoku | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/examples/evil.sudoku b/examples/hard-2013-07-15.sudoku index fa48c5e..fa48c5e 100644 --- a/examples/evil.sudoku +++ b/examples/hard-2013-07-15.sudoku diff --git a/examples/hard-2013-07-25.sudoku b/examples/hard-2013-07-25.sudoku new file mode 100644 index 0000000..9eb78be --- /dev/null +++ b/examples/hard-2013-07-25.sudoku @@ -0,0 +1,11 @@ +0 3 0 0 0 0 0 0 2 +0 0 8 6 7 0 0 0 3 +1 2 0 9 0 0 0 7 4 + +0 8 0 0 0 1 5 0 0 +3 0 0 0 0 0 0 8 1 +4 0 0 0 6 0 0 0 0 + +0 0 9 1 0 0 2 0 0 +0 0 0 0 5 0 0 0 0 +0 0 0 0 0 0 6 0 0 |