项目作者: StephenA0

项目描述 :
A general Sudoku-solving algorithm which utilizes recursion, backtracking, and a min-heap to optimally casework. Works on any solvable n^2 x n^2 board.
高级语言: Python
项目地址: git://github.com/StephenA0/General-Sudoku-Solver.git
创建时间: 2021-08-04T22:23:35Z
项目社区:https://github.com/StephenA0/General-Sudoku-Solver

开源协议:

下载