Find the simplest path through a mountain by using algorithms. Simply
using a heuristics greedy algorithm, or optimally using Dynamic
Programming.