The SudokuSolver is a Java Application which tries to solve a Sudoku when at least 17 numbers were given. It uses a recursive approach and does not always find a solution. The program shall not search longer than a minute for a solution, therefore it does not guarantee solving any Sudoku.
- Install latest Java Runtime Environment (JRE) provided by Oracle
- Open the SudokuSolver.jar file
- Clone the Repository
- Use WindowBuilder in Eclipse
- Open SudokuSolver.java in Eclipse with WindowsBuilder
- Click on play
- (Optional) Export an executable JAR file
Denis Smolin