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)
AbstractAn algorithm is presented to detect—within optimal time O(n log n) and space O(n), off-line ...
AbstractGiven a pattern P of length n and a text T of length m, the permutation matching problem ask...
AbstractThe exact string matching problem is to find the occurrences of a pattern of length m from a...
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...
AbstractCrochemore and Perrin discovered an elegant linear-time constant-space string-matching algor...
In this paper a new exact string-matching algorithm with sub-linear average case complexity has been...
AbstractA new approach to time-space efficient string-matching is presented. The method is flexible,...
Subsequence pattern matching problems on compressed text were first considered by Cegielski et al. (...
Crochemore and Perrin discovered an elegant linear-time constant-space string matching algorithm tha...
We show an efficient pattern matching algorithm for strings that are succinctly described in terms ...
. Given a pattern string of length m for the string matching problem, we design an algorithm that co...
AbstractTwo strings parameterize match if there is a bijection defined on the alphabet that transfor...
AbstractAny string-matching algorithm requires at least linear time and a constant number of local s...
Given a text string of length n and a pattern string of length m over a b-letter alphabet, the k dif...
AbstractAn algorithm is presented to detect—within optimal time O(n log n) and space O(n), off-line ...
AbstractGiven a pattern P of length n and a text T of length m, the permutation matching problem ask...
AbstractThe exact string matching problem is to find the occurrences of a pattern of length m from a...
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...
AbstractCrochemore and Perrin discovered an elegant linear-time constant-space string-matching algor...
In this paper a new exact string-matching algorithm with sub-linear average case complexity has been...
AbstractA new approach to time-space efficient string-matching is presented. The method is flexible,...
Subsequence pattern matching problems on compressed text were first considered by Cegielski et al. (...
Crochemore and Perrin discovered an elegant linear-time constant-space string matching algorithm tha...
We show an efficient pattern matching algorithm for strings that are succinctly described in terms ...
. Given a pattern string of length m for the string matching problem, we design an algorithm that co...
AbstractTwo strings parameterize match if there is a bijection defined on the alphabet that transfor...
AbstractAny string-matching algorithm requires at least linear time and a constant number of local s...
Given a text string of length n and a pattern string of length m over a b-letter alphabet, the k dif...
AbstractAn algorithm is presented to detect—within optimal time O(n log n) and space O(n), off-line ...
AbstractGiven a pattern P of length n and a text T of length m, the permutation matching problem ask...
AbstractThe exact string matching problem is to find the occurrences of a pattern of length m from a...