I want to implement missionaries and cannibals with python with different search algorithms. One of the algorithms is Greedy
or A*
that needs a heuristic function to work.
I cant think of any correct heuristic to work. Can you suggest a heuristic ?