https://github.com/melwyn95/sudokusolver
A Sudoku Solver written in Go
https://github.com/melwyn95/sudokusolver
constraint-satisfaction-problem dfs golang sudoku-solver
Last synced: 3 months ago
JSON representation
A Sudoku Solver written in Go
- Host: GitHub
- URL: https://github.com/melwyn95/sudokusolver
- Owner: melwyn95
- Created: 2019-09-28T17:32:53.000Z (over 5 years ago)
- Default Branch: heroku
- Last Pushed: 2023-01-04T11:42:11.000Z (over 2 years ago)
- Last Synced: 2025-03-25T08:01:28.896Z (3 months ago)
- Topics: constraint-satisfaction-problem, dfs, golang, sudoku-solver
- Language: TypeScript
- Size: 1.96 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SudokuSolver
A Sudoku Solver written in GolangModelling Sudoku as a Constraint Satisfaction Problem (CSP)
Used DFS for Searching for solution after applying (CSP)