Topic: Greedy Algorithm Problem / Level: intermediate

Problem: Find the minimum number of jumps required to reach the last index of an array, where each element represents the maximum number of steps you can take forward from that index.

Run the code to see the output here...