A palindrome is defined as a string which reads forwards the same as backwards, like, for example, the string “racecar”. In the Palindrome Problem, one tries to find all palindromes in a given string. In contrast, in the case of the Longest Palindromic Substring Problem, the goal is to find an arbitrary one of the longest palindromes in the string. In this paper we present three algorithms in the streaming model for the the above problems, where at any point in time we are only allowed to use sublinear space. We first present a one-pass randomized algorithm that solves the Palindrome Problem. It has an additive error and uses O( n) space. We also give two variants of the algorithm which solve related and practical problems. The second algor...
Following string matching, two more string analysis problems occur commonly in bioinformatics applic...
We propose a new linear-size data structure which provides a fast access to all palindromic substrin...
We consider two well-known related problems: Longest Repeated Substring (LRS) and Longest Repeated R...
A palindrome is defined as a string which reads forwards the same as backwards, like, for ex-ample, ...
We consider the question of finding the longest palindrome in a text of length n in the streaming mo...
We consider computing a longest palindrome in the streaming model, where the symbols arrive one-by-o...
A palindrome is a string that reads the same as its reverse, such as "aibohphobia" (fear of palindro...
[[abstract]]Palindromes are strings of symbols that read the same forward and backward. Palindromes ...
AbstractIn this paper, we study the palindrome retrieval problem with the input string compressed in...
A theory for the derivation of on-line algorithms is presented. The algorithms are derived in the B...
We revisit the classic algorithmic problem of computing a longest palidromic substring. This problem...
Palindromic length of a string is the minimum number of palindromes whose concatenation is equal to ...
This paper presents two efficient concurrent-read concurrent-write parallel algorithms that find all...
AbstractWe study the problem of finding, in a given word, all maximal gapped palindromes verifying t...
Palindromic length of a string is the minimum number of palindromes whose concatenation is equal to ...
Following string matching, two more string analysis problems occur commonly in bioinformatics applic...
We propose a new linear-size data structure which provides a fast access to all palindromic substrin...
We consider two well-known related problems: Longest Repeated Substring (LRS) and Longest Repeated R...
A palindrome is defined as a string which reads forwards the same as backwards, like, for ex-ample, ...
We consider the question of finding the longest palindrome in a text of length n in the streaming mo...
We consider computing a longest palindrome in the streaming model, where the symbols arrive one-by-o...
A palindrome is a string that reads the same as its reverse, such as "aibohphobia" (fear of palindro...
[[abstract]]Palindromes are strings of symbols that read the same forward and backward. Palindromes ...
AbstractIn this paper, we study the palindrome retrieval problem with the input string compressed in...
A theory for the derivation of on-line algorithms is presented. The algorithms are derived in the B...
We revisit the classic algorithmic problem of computing a longest palidromic substring. This problem...
Palindromic length of a string is the minimum number of palindromes whose concatenation is equal to ...
This paper presents two efficient concurrent-read concurrent-write parallel algorithms that find all...
AbstractWe study the problem of finding, in a given word, all maximal gapped palindromes verifying t...
Palindromic length of a string is the minimum number of palindromes whose concatenation is equal to ...
Following string matching, two more string analysis problems occur commonly in bioinformatics applic...
We propose a new linear-size data structure which provides a fast access to all palindromic substrin...
We consider two well-known related problems: Longest Repeated Substring (LRS) and Longest Repeated R...