Topic: Greedy Algorithm Problem / Level: intermediate

Problem: You are given an array of integers representing the energy required to jump between positions in an array. Find the minimum energy required to reach the last position.

Run the code to see the output here...