I need a very simplified function “recursion” to return a max value of an integer array, and then
another simple way of a recursion function to return a min value of an integer array. [C++]
I need a very simplified function “recursion” to return a max value of an integer array, and then
another simple way of a recursion function to return a min value of an integer array. [C++]