1
1
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:
Divlo
2021-07-06 15:59:01 +02:00
parent c80eb11874
commit 08ba65ad6e
8 changed files with 111 additions and 0 deletions

View 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

View 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