problem statement : An Array Contains values greater than or equal to zero. from any index "i" you can jump in a range of 1 to array[i] .Find Minimum Number of such Jumps to get from Start to Last Position.
solution using dynamic approach
solution using greedy approach
No comments:
Post a Comment