[Community Puzzle] Shikaku Solver

I’m not sure what the difference is, but are you able to manually draft the theoretical actions that the correct solution should consist of, and check:

  • Does your code generate those actions? If not, that means there’s something wrong with your action generation code.
  • Does your code select those actions as part of a solution? If not, that may mean there’s something wrong with your solution generation code.
1 Like