Skip to content

cpittet/Sudoku-Solver

Repository files navigation

Sudoku-Solver

Java CI with Gradle

Minimalist Android app that solves 9x9 sudokus.

For now the sudoku solver uses first a search based on the rules of sudoku to decrease the size of the search space for the second solver. The second solver uses backtracking (brute force) to find the final solution.

About

Minimalist android app that solves sudokus.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages