Sudoku Solver

This MATLAB program solves the sudoku.
212 Downloads
Updated 28 Sep 2017

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2017b
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!
Version Published Release Notes
1.0.0.0