Problem 141. Solve the Sudoku Row
Solution Stats
Problem Comments
-
5 Comments
Problem description says the input can be a 9x9 matrix, but the test suite gives a 3x3 instead.
No 3x3 matrix in the description
3x3 for test
The second test case of matrix is not required..that never happens with sudoku. Only rows and columns should be inputs.
I've always wanted to create an algorithm to solve sudoku
Solution Comments
-
3 Comments
neat & quick
This is really smart!
Looking at the test cases first will save lots of complications
Problem Recent Solvers964
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
8027 Solvers
-
The Hitchhiker's Guide to MATLAB
3142 Solvers
-
Project Euler: Problem 9, Pythagorean numbers
810 Solvers
-
Convert a numerical matrix into a cell array of strings
1182 Solvers
-
653 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!