2016
DOI: 10.1007/978-3-319-29516-9_27
|View full text |Cite
|
Sign up to set email alerts
|

EERTREE: An Efficient Data Structure for Processing Palindromes in Strings

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2

Citation Types

0
33
0

Year Published

2017
2017
2020
2020

Publication Types

Select...
5
1
1

Relationship

0
7

Authors

Journals

citations
Cited by 20 publications
(33 citation statements)
references
References 14 publications
0
33
0
Order By: Relevance
“…; a similar algorithm was presented by I et al [31]. In addition, Rubinchik and Shur [27] devised an O(n)-sized data structure that helps to locate palindromes in a string; they also showed how it can be used to compute a palindromic factorization of X in O(n log n) time. Borozdin et al recently improved this by presenting an O(n)-time algorithm [28].…”
Section: Algorithms For Computing Gd Palindromesmentioning
confidence: 92%
See 1 more Smart Citation
“…; a similar algorithm was presented by I et al [31]. In addition, Rubinchik and Shur [27] devised an O(n)-sized data structure that helps to locate palindromes in a string; they also showed how it can be used to compute a palindromic factorization of X in O(n log n) time. Borozdin et al recently improved this by presenting an O(n)-time algorithm [28].…”
Section: Algorithms For Computing Gd Palindromesmentioning
confidence: 92%
“…The problem that gained significant attention recently is the factorization of a string X of length n into a sequence of palindromes [25,26,27,28,29,30]. We say that X 1 , X 2 , .…”
Section: Algorithms For Computing Gd Palindromesmentioning
confidence: 99%
“…
The palindromic tree (a.k.a. eertree) for a string S of length n is a tree-like data structure that represents the set of all distinct palindromic substrings of S, using O(n) space [Rubinchik and Shur, 2018]. It is known that, when S is over an alphabet of size σ and is given in an online manner, then the palindromic tree of S can be constructed in O(n log σ) time with O(n) space.
…”
mentioning
confidence: 99%
“…Rubinchik and Shur [19] proposed a new data structure called eertree, which permits efficient access to distinct palindromes in a string without storing the string itself. Eertrees can be utilized for solving problems related to palindromic structures, such as the palindrome counting problem and the palindromic factorization problem [19]. The size of the eertree of S is linear in the number p S of distinct palindromes in S [19].…”
mentioning
confidence: 99%
See 1 more Smart Citation