Back to Question
How do you implement the Jump Game to reach the end?
Question Explain
This problem asks if you can reach the last index from the first given jump lengths. It tests greedy algorithms.
This problem asks if you can reach the last index from the first given jump lengths. It tests greedy algorithms.