Problem 54915. Can you Jump?
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 commentsProblem Recent Solvers9
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2810 Solvers
-
Accessing elements on the diagonal
105 Solvers
-
Sum the elements in either diagonal of a square matrix
220 Solvers
-
Try 1.5.4: Celsius to Fahrenheit
862 Solvers
-
Simple equation: Annual salary
4252 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!