Problem Description
You are given an integer array nums. You are initially positioned at the array's first index. Each element represents your maximum jump length. Return true if you can reach the last index.
You are given an integer array nums. You are initially positioned at the array's first index. Each element represents your maximum jump length. Return true if you can reach the last index.