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/hard-2013-07-15.sudoku | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/hard-2013-07-15.sudoku (limited to 'examples/hard-2013-07-15.sudoku') 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 -- cgit v1.2.3