Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)