AbstractGiven two strings: pattern P of length m and text T of length n. The string-matching problem is to find all occurrences of the pattern P in the text T. We present a string-matching algorithms which works in o(n) average time and constant additional space for one-dimensional texts and two-dimensional arrays. This is a first attempt to the small-space string-matching problem in which sublinear time algorithms are achieved. We show that all occurrences of one- or two-dimensional patterns can be found in O(nr) average time with constant memory, where r is the repetition size of P (size of the longest repeated subword of P)
Crochemore and Perrin discovered an elegant linear-time constant-space string matching algorithm tha...
AbstractGiven a pattern P of length n and a text T of length m, the permutation matching problem ask...
AbstractConsider the string matching problem where differences between characters of the pattern and...
International audienceGiven two strings: pattern P of length m and text T of length n. The string-ma...
AbstractGiven two strings: pattern P of length m and text T of length n. The string-matching problem...
. Given a pattern string of length m for the string matching problem, we design an algorithm that co...
In this paper a new exact string-matching algorithm with sub-linear average case complexity has been...
Given a text string of length n and a pattern string of length m over a b-letter alphabet, the k dif...
AbstractThe exact string matching problem is to find the occurrences of a pattern of length m from a...
Subsequence pattern matching problems on compressed text were first considered by Cegielski et al. (...
We give two algorithms for finding all approximate matches of a pattern in a text, where the edit di...
We give two algorithms for finding all approximate matches of a pattern in a text, where the edit di...
We show an efficient pattern matching algorithm for strings that are succinctly described in terms o...
AbstractWe consider string matching with variable length gaps. Given a string T and a pattern P cons...
We consider string matching with variable length gaps. Given a string T and a pattern P consisting o...
Crochemore and Perrin discovered an elegant linear-time constant-space string matching algorithm tha...
AbstractGiven a pattern P of length n and a text T of length m, the permutation matching problem ask...
AbstractConsider the string matching problem where differences between characters of the pattern and...
International audienceGiven two strings: pattern P of length m and text T of length n. The string-ma...
AbstractGiven two strings: pattern P of length m and text T of length n. The string-matching problem...
. Given a pattern string of length m for the string matching problem, we design an algorithm that co...
In this paper a new exact string-matching algorithm with sub-linear average case complexity has been...
Given a text string of length n and a pattern string of length m over a b-letter alphabet, the k dif...
AbstractThe exact string matching problem is to find the occurrences of a pattern of length m from a...
Subsequence pattern matching problems on compressed text were first considered by Cegielski et al. (...
We give two algorithms for finding all approximate matches of a pattern in a text, where the edit di...
We give two algorithms for finding all approximate matches of a pattern in a text, where the edit di...
We show an efficient pattern matching algorithm for strings that are succinctly described in terms o...
AbstractWe consider string matching with variable length gaps. Given a string T and a pattern P cons...
We consider string matching with variable length gaps. Given a string T and a pattern P consisting o...
Crochemore and Perrin discovered an elegant linear-time constant-space string matching algorithm tha...
AbstractGiven a pattern P of length n and a text T of length m, the permutation matching problem ask...
AbstractConsider the string matching problem where differences between characters of the pattern and...