Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-15T10:46:04.000Z (over 12 years ago)
- Last Synced: 2024-04-14T18:21:10.841Z (7 months ago)
- Size: 141 KB
- Stars: 1
- Watchers: 2
- 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!!!!!!!