Strings
This section covers Strings topics.
Manacher's AlgorithmA famous algorithm and the fastest known technique to find palindromic substrings of even or odd length.PalindromeA palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward.Z AlgorithmZ Algorithm is a string matching algorithm with O(n) complexity