river-crossing
There are 9 repositories under river-crossing topic.
hassanzadehmahdi/River-Crossing-Puzzle
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.
martinkostelnik/river-crossing-problem
River crossing problem using semaphores and shared memory
mahmoudai1/backtracking-river-crossing
From scratch backtracking solution to the Wolf, Sheep, Cabbage, and Farmer (River Crossing) Problem using C++
sobhanshukueian/River-Crossing-Problem-by-DLS
Solving River Crossing Problem using Depth-Limited-Search algorithm in python.
sunsided/river-crossing
A toy implementation of search-based planning on the river crossing problem.
sowmya6598/fox-geese-corn
river crossing puzzle
AntoineSebert/AICoursework
A heuristic search algorithm to the River crossing problem
demidko/river-crossing-puzzle
River crossing puzzle: Kotlin way
Koda7/River-Crossing-Game
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.