We revisit the classic algorithmic problem of computing a longest palidromic substring. This problem is solvable by a celebrated O(n)-time algorithm [Manacher, J. ACM 1975], where n is the length of the input string. For small alphabets, O(n) is not necessarily optimal in the word RAM model of computation: a string of length n over alphabet [0, σ) can be stored in O(n log σ/log n) space and read in O(n log σ/log n) time. We devise a simple O(n log σ/log n)-time algorithm for computing a longest palindromic substring. In particular, our algorithm works in sublinear time if σ = 2o(log n). Our technique relies on periodicity and on the O(n log σ/log n)-time constructible data structure of Kempa and Kociumaka [STOC 2019] that answers longest co...
We consider the complexity of computing a longest increasing subsequence (LIS) parameterised by the ...
[EN]The longest common palindromic subsequence (LCPS) problem requires to find a longest palindromic...
The longest common palindromic subsequence (LCPS) problem aims at finding a longest string that appe...
We revisit the classic algorithmic problem of computing a longest palidromic substring. This problem...
We revisit the classic algorithmic problem of computing a longest palidromic substring. This problem...
International audienceIn the classic longest common substring (LCS) problem, we are given two string...
It is known that the length of the longest substring palindromes (LSPals) of a given string T of len...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
Palindromes are important objects in strings which have been extensively studied from combinatorial,...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
Abstract. Given m documents of total length n, we consider the prob-lem of finding a longest string ...
Palindromic length of a string is the minimum number of palindromes whose concatenation is equal to ...
Palindromic length of a string is the minimum number of palindromes whose concatenation is equal to ...
AbstractThis paper studies two problems on compressed strings described in terms of straight line pr...
Abstract. This paper studies two problems on compressed strings de-scribed in terms of straight line...
We consider the complexity of computing a longest increasing subsequence (LIS) parameterised by the ...
[EN]The longest common palindromic subsequence (LCPS) problem requires to find a longest palindromic...
The longest common palindromic subsequence (LCPS) problem aims at finding a longest string that appe...
We revisit the classic algorithmic problem of computing a longest palidromic substring. This problem...
We revisit the classic algorithmic problem of computing a longest palidromic substring. This problem...
International audienceIn the classic longest common substring (LCS) problem, we are given two string...
It is known that the length of the longest substring palindromes (LSPals) of a given string T of len...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
Palindromes are important objects in strings which have been extensively studied from combinatorial,...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
Abstract. Given m documents of total length n, we consider the prob-lem of finding a longest string ...
Palindromic length of a string is the minimum number of palindromes whose concatenation is equal to ...
Palindromic length of a string is the minimum number of palindromes whose concatenation is equal to ...
AbstractThis paper studies two problems on compressed strings described in terms of straight line pr...
Abstract. This paper studies two problems on compressed strings de-scribed in terms of straight line...
We consider the complexity of computing a longest increasing subsequence (LIS) parameterised by the ...
[EN]The longest common palindromic subsequence (LCPS) problem requires to find a longest palindromic...
The longest common palindromic subsequence (LCPS) problem aims at finding a longest string that appe...