https://github.com/codegoalie/sudoku-loader
Loads Sudoku puzzles from a file into redis (also solved)
https://github.com/codegoalie/sudoku-loader
Last synced: 6 days ago
JSON representation
Loads Sudoku puzzles from a file into redis (also solved)
- Host: GitHub
- URL: https://github.com/codegoalie/sudoku-loader
- Owner: codegoalie
- Created: 2015-12-15T03:45:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T18:48:13.000Z (over 9 years ago)
- Last Synced: 2025-10-19T01:42:31.537Z (9 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sudoku-loader
Loads Sudoku puzzles into a redis set from an input file. The file,
`puzzles.txt`, has lines of 81 integers between 0 and 9.