https://github.com/sbcd90/my-sudoku-solver
Uses the dancing links algorithm of D.E.Knuth
https://github.com/sbcd90/my-sudoku-solver
Last synced: 4 months ago
JSON representation
Uses the dancing links algorithm of D.E.Knuth
- Host: GitHub
- URL: https://github.com/sbcd90/my-sudoku-solver
- Owner: sbcd90
- Created: 2012-05-15T10:24:10.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-15T10:46:04.000Z (about 14 years ago)
- Last Synced: 2025-11-20T01:02:28.624Z (7 months ago)
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a sudoku solver that can solve (9 * 9) sudokus.
This solver uses the Dancing Links algorithm by Donald E. Knuth.
In order to use this solver,start by executing the following command in the
terminal:
"sh start.sh"(quotes for clarity)
The time to solve may vary & the solver can take a long time for solving some
grids.
Check out the example image on how to enter the input sudoku grid.
Enjoy!!!!!!!