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

https://github.com/jonathangb/sudokusolver

WebApp that solves sudokus
https://github.com/jonathangb/sudokusolver

genetic-algorithm golang sudoku-solver

Last synced: 2 months ago
JSON representation

WebApp that solves sudokus

Awesome Lists containing this project

README

        

# SudokuSolver
## WebApp that solves sudokus

### Status:
-> ~~First wave of the solution generator complete~~

-> ~~Second wave of the solution generator complete~~

-> ~~Working on the third wave (genetic algorithm) running on a go server~~

-> ~~Several populations are generated and modified in parallel (one for each CPU core)~~

Project complete for now! May be some fixes in the future, and possibly work on the "bonus" part

### Next:
-> Add a testing component, comparing scraping results to another sudoku solver?

-> Add a feature to input base sudoku with a picture (image processing and neural networks)