14 Oct
2016
14 Oct
'16
8:05 a.m.
On 12-10-16 21:59, Зайцев Александр wrote:
Hello
I want to add to Boost.Algorithm algorithm for finding all palindromes in a sequence in O(N). https://en.wikipedia.org/wiki/Longest_palindromic_substring
Is it useful algorithm for Boost? Have you any suggestions?
Since you're the one who wants to add it, I presume you have reasons for it. What would be your arguments to have this algorithm in the library? Is there a known application domain? If so is it well served by this implementation?