Skip to content

Generates all substrings of a given string using only loops, conditions, and string slicing, with optional duplicate removal.

Notifications You must be signed in to change notification settings

YRBIII/Substring-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Substring-Generator

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.

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

No packages published