https://github.com/thomasnield/kotlin-sudoku-solver
A suduko game solver written in Kotlin
https://github.com/thomasnield/kotlin-sudoku-solver
Last synced: about 1 year ago
JSON representation
A suduko game solver written in Kotlin
- Host: GitHub
- URL: https://github.com/thomasnield/kotlin-sudoku-solver
- Owner: thomasnield
- License: apache-2.0
- Created: 2018-04-08T08:27:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T18:13:23.000Z (over 7 years ago)
- Last Synced: 2025-03-22T18:11:20.402Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 1.27 MB
- Stars: 57
- Watchers: 5
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kotlin Sudoku Solver
This is a Sudoku game solver built with [Kotlin](https://kotlinlang.org/).
Currently, two algorithms implementations are available: my own [branch-and-bound implementation](https://en.wikipedia.org/wiki/Branch_and_bound) as well as one powered by [ojAlgo](https://github.com/optimatika/ojAlgo).
The UI was built with [TornadoFX](https://github.com/edvin/tornadofx).

## YouTube Walkthrough
[](https://youtu.be/F6RiAN1A8n0)
## Featured at KotlinConf 2018 in Amsterdam
[](https://youtu.be/-zTqtEcnM7A)