An open API service indexing awesome lists of open source software.

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

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).

![](demo.gif)

## YouTube Walkthrough

[![](https://img.youtube.com/vi/F6RiAN1A8n0/hqdefault.jpg)](https://youtu.be/F6RiAN1A8n0)

## Featured at KotlinConf 2018 in Amsterdam

[![](https://img.youtube.com/vi/-zTqtEcnM7A/hqdefault.jpg)](https://youtu.be/-zTqtEcnM7A)