mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat(challenges): add sudoku
This commit is contained in:
9
challenges/sudoku/test/3/input.txt
Normal file
9
challenges/sudoku/test/3/input.txt
Normal file
@ -0,0 +1,9 @@
|
||||
0 7 0 0 0 0 0 0 9
|
||||
5 1 0 4 2 0 6 0 0
|
||||
0 8 0 3 0 0 7 0 0
|
||||
0 0 8 0 0 1 3 7 0
|
||||
0 2 3 0 8 0 0 4 0
|
||||
4 0 0 9 0 0 1 0 0
|
||||
9 6 2 8 0 0 0 3 0
|
||||
0 0 0 0 1 0 4 0 0
|
||||
7 0 0 2 0 3 0 9 6
|
9
challenges/sudoku/test/3/output.txt
Normal file
9
challenges/sudoku/test/3/output.txt
Normal file
@ -0,0 +1,9 @@
|
||||
3 7 4 1 6 8 2 5 9
|
||||
5 1 9 4 2 7 6 8 3
|
||||
2 8 6 3 9 5 7 1 4
|
||||
6 9 8 5 4 1 3 7 2
|
||||
1 2 3 7 8 6 9 4 5
|
||||
4 5 7 9 3 2 1 6 8
|
||||
9 6 2 8 7 4 5 3 1
|
||||
8 3 5 6 1 9 4 2 7
|
||||
7 4 1 2 5 3 8 9 6
|
Reference in New Issue
Block a user