Simple Sudoku Solver

버전 1.2.0.0 (8.7 KB) 작성자: Indraneel Biswas
This is a very basic sudoku solver.
다운로드 수: 930
업데이트 날짜: 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 (2025). Simple Sudoku Solver (https://kr.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