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 Solvers948
Suggested Problems
-
810 Solvers
-
It dseon't mettar waht oedrr the lrettes in a wrod are.
1024 Solvers
-
262 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
6601 Solvers
-
07 - Common functions and indexing 6
386 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!