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

https://github.com/stanislavbreadless/smart-sudoku-solver

A solver for sudoku that implements some of the best sudoku-solving practices in order to achieve higher solving speed or at least reduce time used by the backtracking algorithm.
https://github.com/stanislavbreadless/smart-sudoku-solver

algorithms css html javascript js puzzle-solver sudoku webpack

Last synced: 12 months ago
JSON representation

A solver for sudoku that implements some of the best sudoku-solving practices in order to achieve higher solving speed or at least reduce time used by the backtracking algorithm.

Awesome Lists containing this project

README

          

# Smart Sudoku Solver
A solver for sudoku that implements some of the best sudoku-solving practices in order to achieve higher solving speed or at least reduce time used by the backtracking algorithm.

# Project Status

The main functionality is ready. But there are much more things to be done.

1. Add better design
2. Add more optimizations
3. Add unit tests
4. etc.

Take a look at the milestones to have better idea about the project's goals =)