A palindrome is defined as a string which reads forwards the same as backwards, like, for ex-ample, 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 prob-lems. The second alg...
International audienceWe revisit the classic algorithmic problem of computing a longest palidromic s...
We propose a new linear-size data structure which provides a fast access to all palindromic substrin...
Abstract. This paper studies two problems on compressed strings de-scribed in terms of straight line...
A palindrome is defined as a string which reads forwards the same as backwards, like, for example, t...
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 ...
A theory for the derivation of on-line algorithms is presented. The algorithms are derived in the B...
AbstractIn this paper, we study the palindrome retrieval problem with the input string compressed in...
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 ...
International audienceWe revisit the classic algorithmic problem of computing a longest palidromic s...
We propose a new linear-size data structure which provides a fast access to all palindromic substrin...
Abstract. This paper studies two problems on compressed strings de-scribed in terms of straight line...
A palindrome is defined as a string which reads forwards the same as backwards, like, for example, t...
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 ...
A theory for the derivation of on-line algorithms is presented. The algorithms are derived in the B...
AbstractIn this paper, we study the palindrome retrieval problem with the input string compressed in...
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 ...
International audienceWe revisit the classic algorithmic problem of computing a longest palidromic s...
We propose a new linear-size data structure which provides a fast access to all palindromic substrin...
Abstract. This paper studies two problems on compressed strings de-scribed in terms of straight line...