tbrams / SodukoSolver

Android implementation of a Soduko Sover. Just a brute force approach, but with the mobiles available today this is no longer a problem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SodukoSolver

Android implementation of a crude and simple Soduko Sover. This is in fact just a brute force approach, but with the mobiles available today this is no longer a problem and most often the time taken to guess a solution this way is acceptable.

screenshot Solved

Usage

Just start it up on your Android device and there will be a sample available for your convenience. Press Solve and you will see the solution - if a solution is possible.

Build your own puzzle

From the menu, you can clear everything and start entering your own puzzle be pressing each of the empty fields and selecting a digit from the pop up menu.

menu cleared Enter

Find a solution

Again just press the Solve button and the app will attempt to find a solution for you.

Starting Done solved

About

Android implementation of a Soduko Sover. Just a brute force approach, but with the mobiles available today this is no longer a problem.


Languages

Language:Java 100.0%