0
Find all distinct palindrome sub-strings of a given string In C
How to find substrings of given string that are palindromes, (not including one letter),in C. I found a solution in C ++, though, including one letter. https://www.geeksforgeeks.org/find-number-distinct-palindromic-sub-strings-given-string/amp/ . Does anyone have an example program written in C that does this? Thanks
1 Respuesta
0
Sir, thnks for your help!