1, write a recursive function, list the output minimum cumulative,
For example: m=,3,2,1,3 [2] the final return value for,2,2,1,1 [2]
2, how to write dichotomy in recursive function to find out the location of the elements in the list?
Thank you very much!!!!!!