python program for given n number of points gained or loss as array elements from start to end , the task is to find the minimum amount of required points before yhe commencement
Answers
Answered by
0
Answer:
Given an array of integers where each element represents the max number of steps that can be made forward from that element. Write a function to return the minimum number of jumps to reach the end of the array (starting from the first element). If an element is 0, then cannot move through that element.
Answered by
0
I hope I am help you
brenlist
Attachments:
Similar questions