Python programming assignment

Job ID: 33794550

Budget: $30 – $250 USD

Programming assignment to create a semantic agent capable of solving a modified missionaries and cannibals problem.
- Solution must in python
- Give a tuple containing the number of missionaries and cannibals e.g. (3, 3), create an agent that helps the all the missionaries and agents cross to the other side of the river without ever having more cannibals than missionaries on either side of the river and the boat can only carry 2 people at the same time.
- If all the people can cross successfully return a list of tuples showing the sequence of moves that resulted in the successful crossing else return an empty list.
- further explanation: https://www.geeksforgeeks.org/missionaries-and-cannibals/
- Can be solved using Breath-First-Search or Depth-First-Search
- NO UI
- Due on May 29th