https://github.com/parvvaresh/game-with-csp
This Python script provides a Sudoku solver using the Constraint Satisfaction Problem (CSP) algorithm. It is implemented with a modular structure, including classes for CSP, a set of CSP for Sudoku, and a class for managing the Sudoku board game.
https://github.com/parvvaresh/game-with-csp
ai csp python3
Last synced: 5 months ago
JSON representation
This Python script provides a Sudoku solver using the Constraint Satisfaction Problem (CSP) algorithm. It is implemented with a modular structure, including classes for CSP, a set of CSP for Sudoku, and a class for managing the Sudoku board game.
- Host: GitHub
- URL: https://github.com/parvvaresh/game-with-csp
- Owner: parvvaresh
- Created: 2021-09-01T13:52:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T05:51:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T18:02:56.377Z (6 months ago)
- Topics: ai, csp, python3
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#up date