Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!!!!!!!