Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 410 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 410 Bytes

SudoSolve

This project is under heavy development and not yet ready to run.

Build and run

Type mvn install in project root directory to build the swing application.

Type java -jar sudosolve-swing/target/sudosolve-swing-1.0-SNAPSHOT-jar-with-dependencies.jar in the same directory to run the application.

Vision

This sudoku solver solves a given sudoku using backtracking.