+ 1
Write a program to find all sub string of given string and count the numbers of that sub string present in the original string.
Example input = banana output = ba 1 na 2 ban 1 nan 1 ana 2 ... and so on
2 odpowiedzi
+ 2
what's the source code for this...
0
search on the web bro..