This is a variation of the classical river crossing puzzle. In these kinds of puzzles, the limitations to the solution is defined by the constraints placed on the different objects involved.
-
Updated
Jan 9, 2023 - Python
This is a variation of the classical river crossing puzzle. In these kinds of puzzles, the limitations to the solution is defined by the constraints placed on the different objects involved.
River crossing problem using semaphores and shared memory
A toy implementation of search-based planning on the river crossing problem.
A heuristic search algorithm to the River crossing problem
Two player game in which both players compete for the highest score by crossing the river from opposite ends. Created using pygame and OOPS concepts.
river crossing puzzle
Monks and devils cross a river Puzzle
A Rust library for solving any river crossing puzzle, finding all optimal solutions, and providing a great learning resource for Rust and library design.
From scratch backtracking solution to the Wolf, Sheep, Cabbage, and Farmer (River Crossing) Problem using C++
Solving River Crossing Problem using Depth-Limited-Search algorithm in python.
Add a description, image, and links to the river-crossing topic page so that developers can more easily learn about it.
To associate your repository with the river-crossing topic, visit your repo's landing page and select "manage topics."