Jump Game
Difficulty: Medium
Given an integer array where each element represents the maximum jump length from that position, determine if you can reach the last index starting from the first index.
Difficulty: Medium
Given an integer array where each element represents the maximum jump length from that position, determine if you can reach the last index starting from the first index.