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.
The main functionality is ready. But there are much more things to be done.
- Add better design
- Add more optimizations
- Add unit tests
- etc.
Take a look at the milestones to have better idea about the project's goals =)