Talk:Longest palindromic substrings: Difference between revisions

From Rosetta Code
Content added Content deleted
(added a new talk/discussion section.)
(No difference)

Revision as of 17:03, 28 September 2020

the longest palindromic substring for Roman orators

Is it the substrings:

longest palindromic substrings for string:  Cicero

────────────────────────────────────────────────────

   (length=1)    C
   (length=1)    i
   (length=1)    c
   (length=1)    e
   (length=1)    r
   (length=1)    o


Should the palindromes be case sensitive and should one character palindromes be listed (if that is the case)?     -- Gerard Schildberger (talk) 17:03, 28 September 2020 (UTC)