Content deleted Content added
Attribution |
Tag: Reverted |
||
Line 257:
* {{citation|first=Fred|last=Akalin|url=https://www.akalin.com/longest-palindrome-linear-time|title=Finding the longest palindromic substring in linear time|date=2007-11-28|accessdate=2016-10-01}}. An explanation and Python implementation of Manacher's linear-time algorithm.
* {{citation|first=Johan|last=Jeuring|url=http://www.staff.science.uu.nl/~jeuri101/homepage/palindromes/index.html|title=Palindromes|date=2007–2010|accessdate=2011-11-22}}. Haskell implementation of Jeuring's linear-time algorithm.
* {{citation|url=https://github.com/vvikas/palindromes/blob/master/src/LongestPalindromicSubString.java|title=Palindromes}} (
[[Category:Problems on strings]]
|