This project implements a set of recursive functions for string manipulation in Java. The functions perform operations such as counting character occurrences, reversing a string, and removing specific characters from a string.
- 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.