Skip to content

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.

Notifications You must be signed in to change notification settings

StanislavBreadless/smart-sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 =)

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published