jar

io.github.skenvy : sudoku

Maven & Gradle

Jun 08, 2023
1 stars

Sudoku · An implementation of a Sudoku solver, with the intent of formalising how easy a particlar sudoku puzzle would be to solve by determining what moves can be made deterministically, rather than just iterating guesses.

Table Of Contents

Latest Version

Download io.github.skenvy : sudoku JAR file - Latest Versions:

All Versions

Download io.github.skenvy : sudoku JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sudoku-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.skenvy

├─ io.github.skenvy.Cell.class - [JAR]

├─ io.github.skenvy.CellCollection.class - [JAR]

├─ io.github.skenvy.PermutationComputation.class - [JAR]

├─ io.github.skenvy.Sudoku.class - [JAR]

├─ io.github.skenvy.SudokuGrid.class - [JAR]

├─ io.github.skenvy.SudokuGui.class - [JAR]

├─ io.github.skenvy.Utility.class - [JAR]