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
- Host: GitHub
- URL: https://github.com/jonathangb/sudokusolver
- Owner: jonathanGB
- Created: 2015-10-15T05:08:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T03:57:39.000Z (about 8 years ago)
- Last Synced: 2025-01-14T06:12:53.646Z (4 months ago)
- Topics: genetic-algorithm, golang, sudoku-solver
- Language: JavaScript
- Size: 257 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)