Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodfon authored Dec 18, 2016
1 parent 2fede88 commit f85cf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
A simple web interface that solves sudoku puzzles using a backtracking algorithm. Some notes:
- If the algorithm takes too long too find a solution I stop the execution and show a message.
- The puzzle generator is made using random variables, so some of the generated puzzles might be unsolvable (an appropriate message is shown when that happens)
- The number of "givens" when generating a new puzzle is 20 (changeable in the script).
- The number of "givens" when generating a new puzzle is 20 (changeable in the script sudokuSolver.js).

0 comments on commit f85cf86

Please sign in to comment.