Command | Description |
---|---|
node index.js |
run sudoku solver |
- Don't stop at only one solution, get all possible solutions (brute forcing might be better for this)
- Setup backtracking to solve more difficult puzzles where multiple values could be added to a single cell