Skip to content

andreaszelezny/Missionaries-Cannibals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Missionaries-Cannibals

AI: Missionaries and cannibals problem in F#

An old puzzle is the “Missionaries and cannibals” problem. The missionaries and cannibals wish to cross a river. They have a boat that can hold two people. It is fatal to have cannibals outnumber missionaries.

All solution paths are found using depth-first search or breadth-first search.

Programmed for the Artificial Intelligence Planning MOOC (university of Edinburgh).

Programming language: F#

About

AI: Missionaries and cannibals problem in F#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages