Skip to content

io.github.skenvy.sudoku 0.2.0 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>io.github.skenvy</groupId>
  <artifactId>sudoku</artifactId>
  <version>0.2.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

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.