You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Manfred Touron 20bd66bf33
New maps
8 years ago
..
gnieark@35a170ce65 Updated submodules 8 years ago
maps New maps 8 years ago
moul@1c4e499e2e Updated submodules 8 years ago
zigazou@f4661e3052 Updated submodules 8 years ago
README.md Update README.md 8 years ago

README.md

Sudoku

Ce défi consiste à résoudre des grilles de sudoku.

Comme ça:

$ cat ./path/to/map.txt
+-----------------+
|2         4   6 9|
|1         6   4  |
|  4         7    |
|        3   8 5  |
|8 1     2        |
|9                |
|    7 1         2|
|          2 3   4|
|5   2            |
+-----------------+
$ ./sudoku ./path/to/map.txt
+-----------------+
|2 5 8 3 7 4 1 6 9|
|1 7 9 5 8 6 2 4 3|
|3 4 6 2 9 1 7 8 5|
|7 2 4 6 3 9 8 5 1|
|8 1 5 4 2 7 9 3 6|
|9 6 3 8 1 5 4 2 7|
|4 3 7 1 6 8 5 9 2|
|6 8 1 9 5 2 3 7 4|
|5 9 2 7 4 3 6 1 8|
+-----------------+
$

Winners

  1. @zigazou: 2015/11/17 21:53:43
  2. @gnieark: 2015/11/17 21:54:08
  3. @xxx: date

Hors jeu (créateur du challenge):

  • @moul: 2015/11/17 00:08:48