- Java 8 or higher -> Download Java
- Any IDE -> IntelliJ IDEA or Eclipse
Recursivity is a programming technique that allows a function to call itself. This technique is used when a problem can be divided into smaller subproblems of the same type. The function that calls itself is called a recursive function.
Each File contains a different examples of Recursivity in Java.