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 Solvers952
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
14311 Solvers
-
Create a cell array out of a struct
1006 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
2328 Solvers
-
Longest run of consecutive numbers
3639 Solvers
-
306 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!