gbroques/missionaries-and-cannibals
Python program that solves the Missionaries and Cannibals problem, a toy problem in AI, with iterative deepening search.
This program helps solve classic logic puzzles like the Missionaries and Cannibals problem. You input the initial setup of a constrained movement puzzle, and it outputs a step-by-step solution. It's designed for anyone interested in exploring solutions to well-known artificial intelligence challenges or educational problem-solving.
No commits in the last 6 months.
Use this if you want to see a clear, step-by-step solution to the Missionaries and Cannibals puzzle or understand how such problems are systematically solved.
Not ideal if you're looking to solve complex, real-world operational planning or logistics problems, as this is focused on a specific, simplified puzzle.
Stars
13
Forks
12
Language
Python
License
MIT
Category
Last pushed
Feb 17, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gbroques/missionaries-and-cannibals"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
AGalassi/TablutCompetition
Software for the Tablut Students Competition
MatteoFasulo/Tablut
Project for the MSc in Artificial Intelligence of the University of Bologna, academic year...
Subangkar/Missionaries-and-Cannibals-Problem-Python
This Python implementation is a scaled up version of the Missionaries and Cannibals problem with...
Gionnino9000/Gionnino9000
La nostra soluzione per la Tablut Challenge 2022 ♟️ (Fondamenti di Intelligenza Artificiale M)
Bishalsarang/Missionaries-and-Cannibals-Problem
This repository contains the solution to Missionaries and Cannibal Problem using BFS and DFS search.