Computer Science, asked by vinaysingh734, 1 year ago

How many substrings can be formed from a character string of length n?

Answers

Answered by rahulsharma7387
0
it depends upon length of substring so the generic answer to question is
(n*(n+1)/2)
Similar questions