2006
DOI: 10.1007/11780441_30
|View full text |Cite
|
Sign up to set email alerts
|

Faster Algorithms for Computing Longest Common Increasing Subsequences

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
5
0

Year Published

2008
2008
2024
2024

Publication Types

Select...
4
3
1

Relationship

0
8

Authors

Journals

citations
Cited by 13 publications
(5 citation statements)
references
References 13 publications
0
5
0
Order By: Relevance
“…Deorowicz's algorithm is more efficient when the alphabet size increases. Iliopoulos and Rahman [16] proposed an algorithm in O(rR log log n + n) time by using the DP formula of Arslan and Egecioglu [2] and the bounded heap (BH) data structure [4]. Deorowicz and Obstój [9] proposed an algorithm in O(r(mL + R) + n) time based on the entry-exit point approach [10].…”
Section: Introductionmentioning
confidence: 99%
“…Deorowicz's algorithm is more efficient when the alphabet size increases. Iliopoulos and Rahman [16] proposed an algorithm in O(rR log log n + n) time by using the DP formula of Arslan and Egecioglu [2] and the bounded heap (BH) data structure [4]. Deorowicz and Obstój [9] proposed an algorithm in O(r(mL + R) + n) time based on the entry-exit point approach [10].…”
Section: Introductionmentioning
confidence: 99%
“…This method is based on a modification of the dynamic programming formulation from [10]. To perform the matrix calculations of each iteration efficiently, the authors make use of a socalled bounded heap data structure [26] that was realized by means of Van Emde Boas (vEB) trees [27]. This data structure allows to calculate intermediate results more efficiently in O (log log n) time, leading to a total time com-…”
Section: Algorithms Used For Comparisonmentioning
confidence: 99%
“…The combination of the above two problems is the longest common increasing subsequence problem, i.e., the problem of computing the longest common subsequence that is also an increasing subsequence of the given strings. Some important works on this problem are (Yang et al, 2005; Brodal et al, 2006). …”
Section: Related Problemsmentioning
confidence: 99%