Using recursion, find the largest element in an array. Hint: Find the largest element in the subset

Question:

Using recursion, find the largest element in an array. 

Hint: Find the largest element in the subset containing all but the last element. Then compare that maximum to the value of the last element.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: