Problem 1701. Solve the picross! (Hard)
Solution Stats
Problem Comments
-
3 Comments
A good challenging task. Very nice input format of cell arrays.
Solving a grid of 75x60 squares within Cody's time limit is extra hard. The greatest challenge is to find a fast code; recursion with backtracking no longer seems like a viable option. And I do hope the author is aware that nonograms are an NP-hard problem, which means there is no known fast algorithm to solve the general case: we have to build one for the specific cases of the test suite.
To any new challengers, know that only logic will not solve these puzzles. You will need some guessing, which means make the computer solve it as far as it can and then you, yes YOU, look at the picture (we humans can recognize the shape and finish the puzzle; the computer not so much). And, please, fell free to try some solvers out there.
Solution Comments
Show commentsProblem Recent Solvers4
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5341 Solvers
-
Four quadrant inverse tangent function.
62 Solvers
-
Create a square matrix of multiples
458 Solvers
-
Return the first and last characters of a character array
8075 Solvers
-
Convert from Base 10 to base 5
249 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!