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

https://github.com/robaina/sudoku

A sudoku game solver
https://github.com/robaina/sudoku

Last synced: 8 months ago
JSON representation

A sudoku game solver

Awesome Lists containing this project

README

          

# Sudoku solver
A sudoku game solver right in your browser. It solves _any_ Sudoku game. It implements an integer linear program to find a feasible solution given a set of initial constraints (_i.e._ starting numbers).

Responsive image

Solving the integer linear program in your browser is possible thanks to the awesome library Glpk.js, which was bundle for usage in the browser with Browserify.