Fine Min between subarray


/ Published in: C++
Save to your folder(s)

Write function "get_min_range" which returns the subscript of the smallest value in a portion of an array containing type int values. It has three arguments: an array, the first subscript in the subarray, and the last subscript in the subarray.

URL: http://www.cramster.com/answers-nov-10/computer-science/arrays-write-function-quotget-min-rangequot-returns_1027784.aspx

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.