Sunday, 8 September 2013

Returns the smallest element between the indices start and end in the parameter array a. used recursive function [on hold]

Returns the smallest element between the indices start and end in the
parameter array a. used recursive function [on hold]

How can I return the smallest element between the indices start and end in
the parameter array a. used recursive function?
int min(int[] a, int start, int end)

No comments:

Post a Comment