This sub-app solves an easy sudoku. At the moment I'm working on more advanced algorithms mimicking human logic, which will be able to solve more comlicated sudoku. If you want to try my sub-app using backtracking algorithm, which is able to solve any sudoku of any level of complexity, go here.
To do:
Populate the board with the numbers from sudoku you want to solve by inputing them into the cells.
You can input only one number in one cell. Allowed numbers are: 1, 2, 3, 4, 5, 6, 7, 8, 9.
When you finish, click the "save board" button below the board.