Simple Sudoku Solver

版本 1.2.0.0 (8.7 KB) 作者: Indraneel Biswas
This is a very basic sudoku solver.
926.0 次下载
更新时间 2010/10/18

查看许可证

So far I have not faced any sudokus this script can not solve. Please do write to report bugs or unsolved sudokus. The code was slow but I updated it to work faster. I have also included a 'clear' button for operational ease and a few more bug fixes.

The GUI can be run with sudokuSolver.m
If anyone wants to skip the GUI and use the basic code only, then comment the first line and uncomment the next few lines in sudokuB.m file and run the script. A file selection window will pop up where CSV format file can be selected as input. Few sample files are provided here.

I also have the script for Matlab7. Do write to me if interested.

引用格式

Indraneel Biswas (2024). Simple Sudoku Solver (https://www.mathworks.com/matlabcentral/fileexchange/29011-simple-sudoku-solver), MATLAB Central File Exchange. 检索来源 .

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

启发作品: Sudoku

Community Treasure Hunt

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

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

Fixed the code to incorporate sudokus with assumptions

1.1.0.0

The code was slow but I updated it to work faster. I have also included a 'clear' button for operational ease and a few more bug fixes.

1.0.0.0