https://github.com/mmorga/gosudoku
https://github.com/mmorga/gosudoku
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmorga/gosudoku
- Owner: mmorga
- License: other
- Created: 2015-05-07T16:59:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-18T17:18:05.000Z (about 11 years ago)
- Last Synced: 2023-04-13T07:51:09.023Z (about 3 years ago)
- Language: Go
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```golang
package main
import (
"fmt"
)
func main() {
fmt.Printf("Hello, world.\n")
}
```
http://www.sudokuwiki.org/
http://www.soduko.org/sudoku-list.php
TODO:
Change strategies to operate at the unit level in preparation for concurrency