2017
DOI: 10.1007/978-3-319-67428-5_25
|View full text |Cite
|
Sign up to set email alerts
|

Counting Palindromes in Substrings

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
14
0

Year Published

2018
2018
2023
2023

Publication Types

Select...
3
3
2

Relationship

0
8

Authors

Journals

citations
Cited by 14 publications
(14 citation statements)
references
References 18 publications
0
14
0
Order By: Relevance
“…We also consider a special case of this problem when the dictionary D is the set of all squares (i.e., strings of the form U U ) in T . The case that D is the set of palindromes in T was considered by Rubinchik and Shur in [21]. For the dictionary D = {aa, aaaa, abba, c}, we have:…”
Section: Countdistinctmentioning
confidence: 99%
“…We also consider a special case of this problem when the dictionary D is the set of all squares (i.e., strings of the form U U ) in T . The case that D is the set of palindromes in T was considered by Rubinchik and Shur in [21]. For the dictionary D = {aa, aaaa, abba, c}, we have:…”
Section: Countdistinctmentioning
confidence: 99%
“…Let us consider the following operations on J , where I is an interval: insert(I): J := J ∪ {I}; delete(I): J := J \ {I} for I ∈ J ; and count, which returns | J |. It is folklore knowledge that all these operations can be performed efficiently using a static range tree (sometimes called a segment tree; see [12]). In Appendix A, we prove the following lemma for completeness.…”
Section: Fact 22 ([2]mentioning
confidence: 99%
“…Our data structure provides a general framework for solving problems related to the internal structure of the string. The case of palindromes has already been studied in [30], where authors proposed a data structure of size O(n log n) that returns the number of all distinct palindromes in T [i . .…”
Section: Introductionmentioning
confidence: 99%