Although I am sure there is a nice algorithm for this solution I still
have not found it. I have managed to solve it by brute force only.
By resetting the puzzle I usually find a fairly easy one to solve within
a few minutes.
PAGE: 13
Knights in the Bathroom:
OBJECTIVE: Swap the Black and White Knights.
Solution: I've solved this through brute force. It took enough moves
that I don't plan to document it here.
Starting layout
+----+----+----+----+----+
| BL | BL | BL | BL | WH |
+----+----+----+----+----+
| BL | BL | BL | WH | WH |
+----+----+----+----+----+ BL = Black Knight
| BL | BL | | WH | WH | WH = WHite Knight
+----+----+----+----+----+
| BL | BL | WH | WH | WH |
+----+----+----+----+----+
| BL | WH | WH | WH | WH |
+----+----+----+----+----+
... Далее >>
|