📄️ Manacher's Algorithm
A famous algorithm and the fastest known technique to find palindromic substrings of even or odd length.
📄️ Palindrome
A palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward.
📄️ Z Algorithm
Z Algorithm is a string matching algorithm with O(n) complexity