Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# SudokuSolver
A Sudoku Solver written in Golang

Modelling Sudoku as a Constraint Satisfaction Problem (CSP)
Used DFS for Searching for solution after applying (CSP)