How many substrings can be formed from a character string of length n?
Answers
Answered by
0
it depends upon length of substring so the generic answer to question is
(n*(n+1)/2)
(n*(n+1)/2)
Similar questions