Top "River-crossing-puzzle" questions

See also [tag:water-jug-problem].

Solve Cannibals/Missionaries using breadth-first search (BFS) in Prolog?

I am working on solving the classic Missionaries(M) and Cannibals(C) problem, the start state is 3 M and 3 C …

prolog breadth-first-search river-crossing-puzzle