Write a recursive method that will find and return the largest value in an array of integers. (Hint: Split the array in half and recursively find the largest value in each half. Return the larger of those two values.)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.