There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Java program that can solve Sudoku puzzles (of type 2x2, 2x3, 3x3 and 3x3 diagonal) with the help of the Backtracking algorithm and the Constraint Satisfaction Problem.