1.

Consider the following recursive implementation.Which of these arguments should be passed by the min_jumps function represented by the blanks?

A. Arr, strt + idx, end
B. Arr + idx, strt, end
C. Arr, strt, end
D. Arr, strt, end + idx
Answer» B. Arr + idx, strt, end


Discussion

No Comment Found