International audienceThe Prefix table of a string reports for each position the maximal length of its prefixes starting here. The Prefix table and its dual Suffix table are basic tools used in the design of the most efficient string-matching and pattern extraction algorithms. These tables can be computed in linear time independently of the alphabet size. We give an algorithmic characterisation of a Prefix table (it can be adapted to a Suffix table). Namely, the algorithm tests if an integer table of size n is the Prefix table of some word and, if successful, it constructs the lexicographically smallest string having it as a Prefix table. We show that the alphabet of the string can be bounded to log2 n letters. The overall algorithm runs in O(n) time
In this paper a new exact string-matching algorithm with sub-linear average case complexity has been...
This paper revisits the problem of indexing a text S[1.,n] to support searching substrings in S that...
We present a new bit-parallel technique for approximate string matching. We build on two previous te...
International audienceThe Prefix table of a string reports for each position the maximal length of it...
International audienceFor some text algorithms, the real measure for the complexity analysis is not ...
The prefix table of a string is one of the most fundamental data structures of algorithms on strings...
The prefix table of a string x = x[1..n] is an array π = π[1..n] such that π[i] is the length of the...
International audienceFor some text algorithms, the real measure for the complexity analysis is not ...
AbstractIn the reverse complement equivalence model, it is not possible to distinguish a string from...
In the reverse complement equivalence model, it is not possible to distinguish a string from its rev...
International audienceThe prefix table of a string x = x[1..n] is an array π = π[1..n] such that π[i...
Abstract. For some text algorithms, the real measure for the complexity analysis is not the string i...
International audienceWe study the String Reversal Distance problem, an extension of the well-known ...
Su?x arrays provide a powerful data structure to solve several questions related to the structure of...
International audienceWe present a new string matching algorithm optimal on average (with equiprobab...
In this paper a new exact string-matching algorithm with sub-linear average case complexity has been...
This paper revisits the problem of indexing a text S[1.,n] to support searching substrings in S that...
We present a new bit-parallel technique for approximate string matching. We build on two previous te...
International audienceThe Prefix table of a string reports for each position the maximal length of it...
International audienceFor some text algorithms, the real measure for the complexity analysis is not ...
The prefix table of a string is one of the most fundamental data structures of algorithms on strings...
The prefix table of a string x = x[1..n] is an array π = π[1..n] such that π[i] is the length of the...
International audienceFor some text algorithms, the real measure for the complexity analysis is not ...
AbstractIn the reverse complement equivalence model, it is not possible to distinguish a string from...
In the reverse complement equivalence model, it is not possible to distinguish a string from its rev...
International audienceThe prefix table of a string x = x[1..n] is an array π = π[1..n] such that π[i...
Abstract. For some text algorithms, the real measure for the complexity analysis is not the string i...
International audienceWe study the String Reversal Distance problem, an extension of the well-known ...
Su?x arrays provide a powerful data structure to solve several questions related to the structure of...
International audienceWe present a new string matching algorithm optimal on average (with equiprobab...
In this paper a new exact string-matching algorithm with sub-linear average case complexity has been...
This paper revisits the problem of indexing a text S[1.,n] to support searching substrings in S that...
We present a new bit-parallel technique for approximate string matching. We build on two previous te...