Sudoku Solver

版本 1.0.0.0 (1.9 KB) 作者: Niranjan Bhujel
This MATLAB program solves the sudoku.
214.0 次下载
更新时间 2017/9/28

查看许可证

It is the MATLAB program to solve sudoku. It uses backtrack algorithm. To use this program, create a 9x9 matrix with variable named 'A' (without quoation). Each number in the sudoku box should be the corresponding element of the matrix. If the box is blank, put 0 as element in the matrix. Then, run the program. Solved sudoku table will be returned as matrix A.

引用格式

Niranjan Bhujel (2024). Sudoku Solver (https://www.mathworks.com/matlabcentral/fileexchange/64575-sudoku-solver), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Sudoku 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0