文件名称:数独游戏matlab代码-sudoku:节点数独检查器
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-15 17:52:31
系统开源
数独游戏matlab代码节点数独检查器(WIP) Node脚本的开头,用于检查Soduko板是否已解决。 适用于任何正方形尺寸的板,例如2x2、3x3 ... 示例输出1-求解板 block size: 2: ┌─────────┬───┬───┬───┬───┐ │ (index) │ 0 │ 1 │ 2 │ 3 │ ├─────────┼───┼───┼───┼───┤ │ 0 │ 1 │ 2 │ 3 │ 4 │ │ 1 │ 4 │ 3 │ 2 │ 1 │ │ 2 │ 3 │ 4 │ 1 │ 2 │ │ 3 │ 2 │ 1 │ 4 │ 3 │ └─────────┴───┴───┴───┴───┘ Are all blocks good? true Are all rows good? true Are all cols good? true Is Sodoku solved? true 示例输出2 checking incompleteState: block size: 2: ┌─────────┬───┬───┬───┬───┐ │ (index) │ 0 │ 1 │ 2
【文件预览】:
sudoku-master
----main.js(2KB)
----yarn.lock(386B)
----README.md(4KB)
----.gitignore(2KB)
----package.json(172B)