Sudoku Solver

This MATLAB program solves the sudoku.
231 téléchargements
Mise à jour 28 sept. 2017

Afficher la licence

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.

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R2017b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Sudoku dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0