This project implements a function to generate all possible substrings of a given string. The program is generic and works for any input string, returning results in a list. As a bonus, it can remove duplicate substrings. The implementation strictly uses loops, conditions, and string slicing, adhering to code constraints. The project demonstrates string manipulation, algorithmic thinking, and basic programming constructs.
-
Notifications
You must be signed in to change notification settings - Fork 0
YRBIII/Substring-Generator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Generates all substrings of a given string using only loops, conditions, and string slicing, with optional duplicate removal.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published