/palindromeFinder

Finds the 3 longest unique palindromes in a given String.

Primary LanguageJava

palindromeFinder

Finds the 3 longest unique palindromes in a given String.

Small assignment I had to complete for a job application. Extends the Wikipedia entry for Manacher's algorithm to multiple palindromes within the same String.