项目作者: maciej-brochocki

项目描述 :
Sudoku solver
高级语言: C++
项目地址: git://github.com/maciej-brochocki/sudoku.git
创建时间: 2017-02-27T12:45:07Z
项目社区:https://github.com/maciej-brochocki/sudoku

开源协议:

下载


sudoku

This project contains a simple algorithmic (non-brute force) sudoku solver. Algorithm is described at: https://mmorfe.blogspot.com/2008/09/rozwizywanie-sudoku.html. It will solve all easy, medium and hard puzzles, but some extremely hard puzzles require more sophisticated techniques. Algorithm is very simple and elegant, derived from the game rules.