Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 451 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 451 Bytes

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