Skip to content

Latest commit

 

History

History

substrings

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Substrings

Output all the possible substrings of a given string.

Example

"abc" => {"a", "b", "c", "ab", "bc", "abc"}