You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for this cool project i was trying to run this but was unable to, not from a java background would be a great help if you can provide a code sample. I tried to run the example.java file as basic javac command but it threw some errors
The text was updated successfully, but these errors were encountered:
Thank you for using my project!
To run Example.java file, please open project with an IDE (like Intellij) with java 1.8 or higher and uncomment one of these line.
line 102: it will generate 100 lessons of puzzle 16x16 and save to file at path ./example-result/sudoku16x16/Gen.txt
line 103: it will generate 7x7 puzzle and print the puzzle and solved puzzle to the terminal.
line 104: it will solve the input puzzle 7x7 and print the result to the terminal.
To use code in your project, please copy folder vn/com/dangnguyendota to your project src folder and import following the tutorial in the Readme file.
First of all thanks for this cool project i was trying to run this but was unable to, not from a java background would be a great help if you can provide a code sample. I tried to run the example.java file as basic javac command but it threw some errors
The text was updated successfully, but these errors were encountered: