indy256 / codelibrary

:gem:Collection of algorithms and data structures
The Unlicense
1.93k stars 523 forks source link

Palindrome tree #34

Open indy256 opened 6 years ago

indy256 commented 6 years ago

https://codeforces.com/blog/entry/13959?locale=en http://adilet.org/blog/palindromic-tree/ https://arxiv.org/abs/1506.04862 https://github.com/indy256/olymp-docs/blob/master/notebooks/teamnote.pdf https://github.com/ADJA/algos/blob/master/Strings/PalindromeTree.cpp https://github.com/zimpha/algorithmic-library/blob/master/StringUtility/eertree.cc https://www.geeksforgeeks.org/palindromic-tree-introduction-implementation/

ghost commented 6 years ago

https://www.geeksforgeeks.org/palindromic-tree-introduction-implementation/