Chapter 7: Problem 37
(Find the minimum value in an array) Write a recursive function recursivellinimum that takes an integer array, a starting subscript and an ending subscript as arguments, and returns the smallest element of the array. The function should stop processing and return when the starting subscript equals the ending subscript.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.