https://github.com/andychase/55
An interactive Sudoku board & solver in 55 lines of Java
https://github.com/andychase/55
Last synced: 12 months ago
JSON representation
An interactive Sudoku board & solver in 55 lines of Java
- Host: GitHub
- URL: https://github.com/andychase/55
- Owner: andychase
- License: mit
- Created: 2013-04-21T02:50:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T20:37:45.000Z (about 11 years ago)
- Last Synced: 2024-12-27T09:18:34.376Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
55 - An interactive Sudoku board & solver in 55 lines.
Grid + Solver Dependencies:
- (None other than Java.util)