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
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Mid April, 2026
Amazon
Mid-level
Early September, 2024
Amazon
Junior
Implement Jump Game (LeetCode 55)
Hello Interview Premium
Your account is free and you can post anonymously if you choose.