Jump to content

Longest palindromic substrings: Difference between revisions

(Created page with "{{draft task}} Let given a string s. The goal is to find the longest palindromic substring in s. =={{header|Ring}}== <lang ring> load "stdlib.ring" st = "babaccd" palList = [...")
 
Line 36:
<pre>
Input: babaccd
Longest palindromic subStringssubstrings:
bab
aba
2,468

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.