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
-
Sort a list of complex numbers based on far they are from the origin.
5081 Solvers
-
Find state names that end with the letter A
1019 Solvers
-
Back to basics 20 - singleton dimensions
263 Solvers
-
Getting the row and column location from a matrix
273 Solvers
-
How many trades represent all the profit?
574 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!