https://github.com/programmerdan/sudoku
A couple of sudoku projects all bundled together. One is for a code-golf solution, and the other is for a euler project problem.
https://github.com/programmerdan/sudoku
Last synced: about 1 year ago
JSON representation
A couple of sudoku projects all bundled together. One is for a code-golf solution, and the other is for a euler project problem.
- Host: GitHub
- URL: https://github.com/programmerdan/sudoku
- Owner: ProgrammerDan
- License: gpl-2.0
- Created: 2014-03-02T05:52:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-02T05:58:51.000Z (over 12 years ago)
- Last Synced: 2025-02-09T14:24:17.813Z (over 1 year ago)
- Language: Java
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
sudoku
======
A couple of sudoku projects all bundled together. One is for a code-golf solution, and the other is for a euler project problem.
simple-solver is for [create-a-sudoku-solver](http://codegolf.stackexchange.com/questions/22443/create-a-sudoku-solution-checker).
sudoku-solver is for a euler-project.