How to find the largest common palindrome of N strings?

Revision en1, by _rangel, 2017-11-15 02:14:45

Hello!

Guys, I'd like to know how to find the largest common pallindrom of N (1 <= N <= 15) strings. I know the Manachers algorithm finds in linear time for a string. How would I find the common N-strings?

Thank you: D

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English _rangel 2017-11-15 02:14:45 280 Initial revision (published)