Skip to content
#

sudoku-puzzle

Here are 53 public repositories matching this topic...

Sudoku-Solver

🎯 This Python-based Sudoku Solver utilizes the PyGame Library and Backtracking Algorithm to visualize and solve Sudoku puzzles efficiently. With its intuitive interface, users can input and interact with the Sudoku board, allowing for a seamless solving experience.

  • Updated Jun 26, 2024
  • Python

This project is a sudoku-solver implement by Constraint satisfaction problem. We add the colour option to our sudoku problem as if the number of a place is bigger than other neighbours, the colour of that place must be higher in a given colour's priority. We use the Constraint satisfaction problem(CSP), as we said before, in additional apply deg…

  • Updated Feb 10, 2021
  • Python

Improve this page

Add a description, image, and links to the sudoku-puzzle topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sudoku-puzzle topic, visit your repo's landing page and select "manage topics."

Learn more