Skip to content

Commit 5038933

Browse files
committed
Add a new sudoku
example
1 parent 4c427c6 commit 5038933

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

SudokuSolver/examples/ex1.csv

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
a,b,c,d,e,f,g,h,i
2-
0,1,0,0,5,0,0,0,0
3-
0,1,0,0,5,0,0,0,0
4-
0,1,0,0,5,0,0,0,0
5-
0,1,0,0,5,0,0,0,0
6-
0,1,0,0,5,0,0,0,0
7-
0,1,0,0,5,0,0,0,0
8-
0,1,0,0,5,0,0,0,0
9-
0,1,0,0,5,0,0,0,0
10-
0,1,0,0,5,0,0,0,0
2+
0,0,4,0,0,2,6,5,0
3+
0,0,0,0,0,8,0,9,0
4+
7,0,6,0,0,0,8,0,4
5+
0,5,0,0,4,9,0,0,0
6+
0,7,0,0,0,0,5,2,3
7+
0,0,8,5,7,0,0,0,0
8+
8,0,0,3,2,0,0,0,6
9+
0,6,0,9,5,0,0,8,0
10+
0,0,0,0,0,6,7,4,0

0 commit comments

Comments
 (0)