Problems / Greedy / Jump Game II
#124 Medium Time O(n) Space O(1) Animated

Jump Game II

Find the minimum number of jumps to reach the last index.

LeetCode ↗
Approach: Greedy (BFS-like)
Click play to start
Step 0 / 0
Press play to start the visualization.

Steps