summaryrefslogtreecommitdiff
path: root/95-99/sudoku.in
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2017-06-08 22:00:35 -0400
committerDeterminant <ted.sybil@gmail.com>2017-06-08 22:00:35 -0400
commitc99bbca8e61fdaa6662dfc5ee637153ce08bfe3f (patch)
tree309d6b116d913fe726a75b8f2476f96f5f4167e2 /95-99/sudoku.in
parent9544b03a40ddb37c0a72132b3d3a53520766b8e9 (diff)
add c implementation of dlx sudoku
Diffstat (limited to '95-99/sudoku.in')
-rw-r--r--95-99/sudoku.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/95-99/sudoku.in b/95-99/sudoku.in
new file mode 100644
index 0000000..5d1d4de
--- /dev/null
+++ b/95-99/sudoku.in
@@ -0,0 +1,9 @@
+0 0 4 8 0 0 0 1 7
+6 7 0 9 0 0 0 0 0
+5 0 8 0 3 0 0 0 4
+3 0 0 7 4 0 1 0 0
+0 6 9 0 0 0 7 8 0
+0 0 1 0 6 9 0 0 5
+1 0 0 0 8 0 3 0 6
+0 0 0 0 0 6 0 9 1
+2 4 0 0 0 1 5 0 0