Sudoku Solver

This MATLAB program solves the sudoku.
214 descargas
Actualizado 28 sep 2017

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2017b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Sudoku en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0