Explanation: consider the array {1,2,3,4,5}. it is possible to reach the end in the following ways: {1 -> 2 -> 3 -> 5} or {1 -> 2 -> 4 -> 5}.
Q. For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.
β
Correct Answer: (A)
true
Explanation by: Mr. Dubey
consider the array {1,2,3,4,5}. it is possible to reach the end in the following ways: {1 -> 2 -> 3 -> 5} or {1 -> 2 -> 4 -> 5}.
Discussion
Question Analytics
935
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
92%
Success Rate