Sudoku16(Solver)

Version 1.0.0.0 (2.8 KB) by Xin Lin
It's a Sudoku solver for 16*16 puzzles
774 Downloads
Updated 4 Aug 2006

No License

This is an inhanced version for Sudoku(Solver) which can be used to sovle 16*16 puzzles.
Ideas of the program is the same as Sudoku(Solver).
the problem is solved through 2 steps
step1: with 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

Cite As

Xin Lin (2024). Sudoku16(Solver) (https://www.mathworks.com/matlabcentral/fileexchange/11892-sudoku16-solver), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Sudoku in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Sudoku16/

Version Published Release Notes
1.0.0.0