Search
⌘K

Leetcode 55. Jump Game

Given an array where each value is the maximum jump length from that index, determine whether you can reach the last index starting from the first; the core challenge is tracking the furthest reachable index (greedy/range propagation) to avoid exploring all paths.

Asked at:

Amazon

Amazon


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Mid April, 2026

Amazon

Amazon

Mid-level

Early September, 2024

Amazon

Amazon

Junior

Implement Jump Game (LeetCode 55)

Your account is free and you can post anonymously if you choose.