• Stars
    star
    1
  • Language
    Java
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

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.