Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 387 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 387 Bytes

SudokuSolution

get valid sudoku solution

How to use it

  1. Get a java environment for you
  2. Open the jar file.
  3. On Windows, just click the jar file and it will run
  4. On Unix, you may need to write java -jar sudoku.jar command line in the terminal to start
  5. You are able to write each row of the sudoku and then click "finish", then the result will pop up. Enjoy it~