Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 520 Bytes

Tenuto.Sudoku

A C# library for generating and solving 9x9 Sudoku games.

SudokuSolver

A very fast 9x9 Sudoku solver, created by Attractive Chaos and Guenter Stertenbrink. Sudokus of any level will be solved witin 10 ms.

Translated from C* to C# by Wim Bokkers.

For license and some background, see: https://raw.githubusercontent.com/attractivechaos/plb/master/sudoku/sudoku_v1.c

SudokuGameFactory

A Sudoku generator for generating Sudokus of most difficulty levels (as low as 25 given values).