Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (about 2 years ago)
- Last Synced: 2024-11-02T00:32:29.628Z (2 months ago)
- Topics: constraint-satisfaction-problem, dfs, golang, sudoku-solver
- Language: TypeScript
- Size: 1.96 MB
- Stars: 2
- Watchers: 2
- 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)