Sudoku solver for Android using libexact native library
Go to file
Ashik K 189cc66c47 Initial commit to GitHub
The app has existed in play store since 2012,
but I am now publishing the source to GitHub.
2017-07-01 06:34:02 +02:00
app Initial commit to GitHub 2017-07-01 06:34:02 +02:00
DroidSudSolve.iml Initial commit to GitHub 2017-07-01 06:34:02 +02:00
LICENSE Initial commit 2017-07-01 06:28:40 +02:00
README.md Initial commit to GitHub 2017-07-01 06:34:02 +02:00
build.gradle Initial commit to GitHub 2017-07-01 06:34:02 +02:00
settings.gradle Initial commit to GitHub 2017-07-01 06:34:02 +02:00

README.md

Sudoku solver for Android (open source)

This sudoku solver is written by Ashik (ashik@ashikslab.in) using the libexact software library for solving exact cover problems.

libexact was developed by Petteri Kaski and Olli Pottonen at the Helsinki University of technology.