Info
Version: | 1.0.0 |
Author(s): | Robert Kurtanjek |
Last Update: | Sunday, April 12, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kurtanr/SimpleSudokuSolver |
NuGet Url: | https://www.nuget.org/packages/SimpleSudokuSolver |
Install
Install-Package SimpleSudokuSolver
dotnet add package SimpleSudokuSolver
paket add SimpleSudokuSolver
SimpleSudokuSolver Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It supports solving of sudoku puzzles steps-by-step, using various solving strategies, from the simplest ones to the more complex ones.
It can be used as a learning tool on how to solve sudoku puzzles.
Repository contains tests for the library and a UI which uses the library and can be used to play sudoku.