From d7b480990c91aa9b09a855b98aa19b3f496690b3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 3 Aug 2013 09:36:03 +0000 Subject: Adds an example of a hard to solve sudoku, renames the evil example. --- examples/evil.sudoku | 11 ----------- examples/hard-2013-07-15.sudoku | 11 +++++++++++ examples/hard-2013-07-25.sudoku | 11 +++++++++++ 3 files changed, 22 insertions(+), 11 deletions(-) delete mode 100644 examples/evil.sudoku create mode 100644 examples/hard-2013-07-15.sudoku create mode 100644 examples/hard-2013-07-25.sudoku diff --git a/examples/evil.sudoku b/examples/evil.sudoku deleted file mode 100644 index fa48c5e..0000000 --- a/examples/evil.sudoku +++ /dev/null @@ -1,11 +0,0 @@ -0 0 0 0 0 0 0 0 0 -5 0 8 0 0 0 0 0 0 -0 0 0 2 0 0 0 0 1 - -0 0 0 5 0 0 0 9 0 -0 0 0 0 0 1 0 0 6 -9 0 6 0 0 0 4 0 0 - -0 3 1 0 0 6 0 0 7 -0 0 0 7 2 0 8 0 0 -0 8 2 0 9 0 0 0 3 diff --git a/examples/hard-2013-07-15.sudoku b/examples/hard-2013-07-15.sudoku new file mode 100644 index 0000000..fa48c5e --- /dev/null +++ b/examples/hard-2013-07-15.sudoku @@ -0,0 +1,11 @@ +0 0 0 0 0 0 0 0 0 +5 0 8 0 0 0 0 0 0 +0 0 0 2 0 0 0 0 1 + +0 0 0 5 0 0 0 9 0 +0 0 0 0 0 1 0 0 6 +9 0 6 0 0 0 4 0 0 + +0 3 1 0 0 6 0 0 7 +0 0 0 7 2 0 8 0 0 +0 8 2 0 9 0 0 0 3 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 -- cgit v1.2.3