

MCQOPTIONS
Saved Bookmarks
1. |
You are given an array of elements where each array element represents the MAXIMUM number of jumps that can be made in the forward direction from that element. You have to find the minimum number of jumps that are required to reach the end of the array. Which of these methods can be used to solve the problem? |
A. | Dynamic Programming |
B. | Greedy Algorithm |
C. | Recursion |
D. | All of the mentioned |
Answer» E. | |