[REQUEST] please add distinct substrings problem
rishabhdeepsingh opened this issue · 0 comments
rishabhdeepsingh commented
Given a string count the number of distinct substrings of the string s
.
a string is called a substring if we remove possible 0 or more elements from left or right.