This project implements a set of recursive functions for array manipulation in Java. The functions perform operations such as summing the elements of an array, finding the largest element, and summing the elements of subarrays.
- Recursively sums the elements of the array by dividing it into subarrays and summing the results of each subarray.
- Returns an array of strings with descriptive names for the implemented functions.
- Clone the repository.
- Compile and execute the Main.java class.
- Call the functions as needed within the main method or other classes.
- Java 8 or higher
Developed by Gonçalo Gonçalves.