-
3 Comments
Fast and short - impressive!
Still trying to figure out what you are doing...
It's solving the exact cover problem (similar to problem 56588): it defines vectors of zeros and ones representing all possible locations of the pieces (with some extra zeros and ones to make sure each piece is used exactly once), and then uses the Knuth algorithm to find subsets of vectors that add up to all ones.
Thanks for the link! Great inspiration to create more challenges, even though the problem seems to be entirely solved: https://www.ocf.berkeley.edu/~jchu/publicportal/sudoku/0011047.pdf
Suggested Problems
-
2096 Solvers
-
1830 Solvers
-
the fly, the train, the second train, and their Zeno's paradox
71 Solvers
-
67 Solvers
-
248 Solvers
More from this Author5
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!