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/2/input.txt
Normal file
9
challenges/sudoku/test/2/input.txt
Normal file
@ -0,0 +1,9 @@
|
||||
0 1 0 0 4 0 0 5 0
|
||||
4 0 7 0 0 0 6 0 2
|
||||
8 2 0 6 0 0 0 7 4
|
||||
0 0 0 0 1 0 5 0 0
|
||||
5 0 0 0 0 0 0 0 3
|
||||
0 0 4 0 5 0 0 0 0
|
||||
9 6 0 0 0 3 0 4 5
|
||||
3 0 5 0 0 0 8 0 1
|
||||
0 7 0 0 2 0 0 3 0
|
9
challenges/sudoku/test/2/output.txt
Normal file
9
challenges/sudoku/test/2/output.txt
Normal file
@ -0,0 +1,9 @@
|
||||
6 1 9 7 4 2 3 5 8
|
||||
4 5 7 8 3 1 6 9 2
|
||||
8 2 3 6 9 5 1 7 4
|
||||
2 3 6 4 1 9 5 8 7
|
||||
5 9 1 2 7 8 4 6 3
|
||||
7 8 4 3 5 6 2 1 9
|
||||
9 6 2 1 8 3 7 4 5
|
||||
3 4 5 9 6 7 8 2 1
|
||||
1 7 8 5 2 4 9 3 6
|
Reference in New Issue
Block a user