Talk:Longest palindromic substrings: Difference between revisions

Undo revision 313027 by Petelomax (talk)
(added a new talk/discussion section.)
 
(Undo revision 313027 by Petelomax (talk))
 
(5 intermediate revisions by 2 users not shown)
Line 3:
Is it the substrings:
 
<pre>
longest palindromic substrings for string: Cicero
────────────────────────────────────────────────────
Line 11 ⟶ 12:
(length=1) r
(length=1) o
</pre>
 
Should the palindromes be case sensitive, and should one character palindromes be listed (if that is the case)? &nbsp; &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 17:03, 28 September 2020 (UTC)
 
 
Should the palindromes be case sensitive and should one character palindromes be listed (if that is the case)? &nbsp; &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 17:03, 28 September 2020 (UTC)
== maybe specify a list of strings to be used for this task ==
 
It might be helpful for the task to specify a list of strings to be used for this task &nbsp; (maybe such as the strings that the &nbsp; '''Phix''' &nbsp; entry used). &nbsp; &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 17:13, 28 September 2020 (UTC)
 
 
== the handling of duplicate palindromes substrings ==
 
How should duplicate palindromes substrings be handled? &nbsp; &nbsp; Should each palindromic string be shown or duplicates weeded out? &nbsp; &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 17:38, 28 September 2020 (UTC)
7,804

edits