资 源 简 介
jsudokusolver is a sudoku solver written in java. It takes a modular approach using the strategy pattern. The goal of the project is to feature as many strategies as possible, and -- to facilitate that -- make the implementation of new strategies as simple as possible.
Getting JSudokuSolver
To run JSudokuSolver directly, you need to obtain the executable JAR file. You can either download it directly (see our downloads page), or build it from source.
Building From Source
Requirements: Apache Ant, Subversion
Follow the instructions from the source checkout page, then do the following:
cd jsudokusolver-read-onlyant build
This will place a JAR file called jsudokusolver-r