Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coffee-cup/sudokusolver
Solves 9x9 Sudoku grid using backtrack algorithm
https://github.com/coffee-cup/sudokusolver
Last synced: 9 days ago
JSON representation
Solves 9x9 Sudoku grid using backtrack algorithm
- Host: GitHub
- URL: https://github.com/coffee-cup/sudokusolver
- Owner: coffee-cup
- Created: 2014-02-06T23:12:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T07:47:34.000Z (about 9 years ago)
- Last Synced: 2024-11-16T19:17:20.237Z (2 months ago)
- Language: Java
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Sudoku Solver
Solves a 9x9 sudoku grid using backtrack method.
Created with Java Swing
![sudoku solver](https://raw.githubusercontent.com/coffee-cup/SudokuSolver/master/SudokuScreenShot.png)