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

https://github.com/will/sudoku-solver

simple sudoku solver
https://github.com/will/sudoku-solver

Last synced: 7 months ago
JSON representation

simple sudoku solver

Awesome Lists containing this project

README

          

sudoku solver
=============
**author:** will leinweber (will@bitfission.com)

A simple sudoku solver using the observer pattern. It probably can't solve hard ones where you have to take guesses and check, but I'm not really sure since I never actually play sudoku.

To use, run `ruby solver.rb` and enter the numbers from left to right, 0 or blank for empty cells.

mit license.