Max Value in Recursive Array | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Max Value in Recursive Array

Write a recursive method which returns the largest value in an array that is passed as an argument. The method should use recursion to find the largest element.

8th Feb 2022, 9:19 PM
Bobby Dike
Bobby Dike - avatar
3 Réponses
9th Feb 2022, 9:18 PM
BroFar
BroFar - avatar
+ 1
Bobby Dike Please show us your attempt.
9th Feb 2022, 5:01 PM
BroFar
BroFar - avatar
+ 1
BroFar Thanks for the link. Helped me answer it
9th Feb 2022, 9:02 PM
Bobby Dike
Bobby Dike - avatar