A simple Java program that generates all substrings of a given string using recursion. The substrings are returned as semicolon-separated values.
- Generates all possible substrings of a given string.
- Uses recursion to find the substrings.
- Allows the user to enter multiple words and see the substrings for each.
- The program prompts the user to enter a word.
- The program generates all substrings of the word and displays them as semicolon-separated values.
- The user is asked if they want to enter another word to repeat the process.
- Make sure you have Java installed on your machine. You can download it from here.
- Clone this repository or download the source code.
git clone https://github.com/Mark-Langston/Recursive_Substrings.git