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

https://github.com/beoliver/sudokusolver

A brute force Sudoku solver implementation for inf1010 @ University of Oslo
https://github.com/beoliver/sudokusolver

Last synced: 10 months ago
JSON representation

A brute force Sudoku solver implementation for inf1010 @ University of Oslo

Awesome Lists containing this project

README

          

# SudokuSolver
A brute force Sudoku solver implementation for inf1010 @ University of Oslo

Q. Does it do anything intersting?
A. Not really...
there is gui, you load puzzles and then solve them. You do not have to wait for the program to find all possible soutions before you can view them (ie. the solver runs on a separate thread)