Problem 56548. IQpuzzler Challenge #1: Find all possible solutions with 2 pieces already on the board and fixed orientation of all other pieces
Solution Stats
Solution Comments
-
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
Problem Recent Solvers1
Suggested Problems
-
Remove all the words that end with "ain"
1853 Solvers
-
2450 Solvers
-
224 Solvers
-
the fly, the train, the second train, and their Zeno's paradox
64 Solvers
-
379 Solvers
More from this Author5
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!