string_algorithms/manacher_longest_palindrome library

Functions

manacherLongestPalindrome(String s) String
Manacher's Algorithm: Finds the longest palindromic substring in O(n) time. Returns the longest palindromic substring.