Skip to content

Commit

Permalink
add solve-sudoku kata
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkgluant committed Apr 6, 2020
1 parent f87c641 commit 53264ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/katas.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ export default {
name: 'Battleship',
description: 'Utiliser Ruby pour implementer le jeu classique Bataille navale!',
},
{
repo: 'quarkgluant/solve-sudoku',
name: 'Remplir une grille de Sudoku',
description: 'Un grand classique du backtracking, résoudre une grille de Sudoku',
},
],
expert: [
{
Expand Down

0 comments on commit 53264ee

Please sign in to comment.