You have been provided with input array of integers. You start with initial position at the first index of this input array, and each element of the array tells you the exact distance you can jump from that position. Find if you can reach the end (Return true if you can reach the last index, or false if not).
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers9
Suggested Problems
-
Convert from Base 10 to base 5
281 Solvers
-
Determine the number of odd integers in a vector
826 Solvers
-
Find Out sum of principal diagonal element of given matrix
258 Solvers
-
287 Solvers
-
128 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!