String/manacher_longest_palindrome library

Functions

manacherLongestPalindrome(String s) String
Finds the longest palindromic substring in a string using Manacher's Algorithm (O(n) time).