AdvancedVocabulary#algorithms#developer-tools#backend

Manacher's Algorithm Vocabulary

Build fluency in the vocabulary of finding the longest palindromic substring in linear time.

0 / 5 completed
1 / 5
A teammate explains that an algorithm finds the longest palindromic substring of a string in linear time by reusing previously computed palindrome radii around a mirrored center, instead of checking every possible center independently in quadratic time. What algorithm is being described?