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
- Host: GitHub
- URL: https://github.com/will/sudoku-solver
- Owner: will
- Created: 2009-05-15T08:29:55.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-05-15T08:31:20.000Z (almost 17 years ago)
- Last Synced: 2025-04-05T03:27:24.882Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.