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 + idxView Answer
Answer» B. arr + idx, strt, end


Discussion

No Comment Found