Skip to search formSkip to main contentSkip to account menu

Longest palindromic substring

In computer science, the longest palindromic substring or longest symmetric factor problem is the problem of finding a maximum-length contiguous… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2020
2020
Manacher's algorithm has been shown to be optimal to the longest palindromic substring problem. Many of the existing… 
2020
2020
Manacher’s algorithm is optimal for the longest palindromic substring problem. The implementation of this algorithm traditionally…