Sudoku(Solver)

Version 1.0.0.0 (2,63 ko) par Xin Lin
A solver to solve all 9*9 Sudoku puzzles. Results will be plotted.
1,2K téléchargements
Mise à jour 4 août 2006

Aucune licence

I'm a fan of Sudoku.
It's a solver to deal with those too-difficult Sudoku.
Puzzle matrix is put in OriMat.
Idea of the program is shown in the following:
the problem is solved through 2 steps
step1: with function SudokuMethod1
in each square, list all the possible numbers
if there is only 1 possible numbers, this is the one
if in each row, column or block, one possible number occurs
only once, this is the one
step2: if there is only 2 possible number in one square
try each one to see which one is the correct one

Citation pour cette source

Xin Lin (2024). Sudoku(Solver) (https://www.mathworks.com/matlabcentral/fileexchange/11890-sudoku-solver), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2006a
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!

SudokuAtHome/

Version Publié le Notes de version
1.0.0.0