Jump Game

Try to solve the Jump Game problem.

Statement

Given an array of integers called nums, each element represents a square in a game board. At each turn, the player can take up to ss steps toward the last square, where ss is the value of the current square. This means from any position, you can move forward by any number of steps from ...