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 Solvers7
Suggested Problems
-
184 Solvers
-
Generate a random matrix A of (1,-1)
362 Solvers
-
Relative ratio of "1" in binary number
1496 Solvers
-
Count decimal digits of a number
227 Solvers
-
Change the first and last diagonal element of the identity matrix to zero
154 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!