https://github.com/codegoalie/sudoku-loader
Loads Sudoku puzzles from a file into redis (also solved)
https://github.com/codegoalie/sudoku-loader
Last synced: 5 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T18:48:13.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T05:43:37.739Z (about 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- 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.