AbstractThe subsequence matching problem is to decide, for given strings S and T, whether S is a subsequence of T. The string S is called the pattern and the string T the text. We consider the case of multiple texts and show how to solve the subsequence matching problem in time linear in the length of the pattern. For this purpose we build an automaton that accepts all subsequences of given texts. This automaton is called the Directed Acyclic Subsequence Graph (DASG). We prove an upper bound for its number of states. Furthermore, we consider a modification of the subsequence matching problem: given a string S and a finite language L, we are to decide whether S is a subsequence of any string in L. We suppose that a finite automaton accepting...
Given two sets of strings, consider the problem to find a subsequence that is common to one set but ...
A subsequence of a word w is a word u such that u = w[i1]w[i2] . . . w[ik], for some set of indices ...
Subsequence pattern matching problems on compressed text were first considered by Cegielski et al. (...
AbstractThe subsequence matching problem is to decide, for given strings S and T, whether S is a sub...
AbstractWe define the directed acyclic subsequence graph of a text as the smallest deterministic par...
Given a set of strings, the Common Subsequence Automaton accepts all common subsequences of these st...
Abstract. Directed Acyclic Subsequence Graph is an automaton, which ac-cepts all subsequences of the...
Many works deal with the subsequence matching problem using automata structures. It is to decide, gi...
AbstractGiven two strings X=a1…an and P=b1…bm over an alphabet Σ, the problem of testing whether P o...
AbstractA subsequence is obtained from a string by deleting any number of characters; thus in contra...
AbstractGiven two sets of strings, consider the problem to find a subsequence that is common to one ...
A subsequence is obtained from a string by deleting any number of characters; thus in contrast to a ...
In this paper, we consider a variant of the classical algorithmic problem of checking whether a give...
AbstractIn this paper, we present linear-time algorithms for the construction two novel types of fin...
A new algorithm that creates a common subsequence automaton for a set of strings is presented. Moreo...
Given two sets of strings, consider the problem to find a subsequence that is common to one set but ...
A subsequence of a word w is a word u such that u = w[i1]w[i2] . . . w[ik], for some set of indices ...
Subsequence pattern matching problems on compressed text were first considered by Cegielski et al. (...
AbstractThe subsequence matching problem is to decide, for given strings S and T, whether S is a sub...
AbstractWe define the directed acyclic subsequence graph of a text as the smallest deterministic par...
Given a set of strings, the Common Subsequence Automaton accepts all common subsequences of these st...
Abstract. Directed Acyclic Subsequence Graph is an automaton, which ac-cepts all subsequences of the...
Many works deal with the subsequence matching problem using automata structures. It is to decide, gi...
AbstractGiven two strings X=a1…an and P=b1…bm over an alphabet Σ, the problem of testing whether P o...
AbstractA subsequence is obtained from a string by deleting any number of characters; thus in contra...
AbstractGiven two sets of strings, consider the problem to find a subsequence that is common to one ...
A subsequence is obtained from a string by deleting any number of characters; thus in contrast to a ...
In this paper, we consider a variant of the classical algorithmic problem of checking whether a give...
AbstractIn this paper, we present linear-time algorithms for the construction two novel types of fin...
A new algorithm that creates a common subsequence automaton for a set of strings is presented. Moreo...
Given two sets of strings, consider the problem to find a subsequence that is common to one set but ...
A subsequence of a word w is a word u such that u = w[i1]w[i2] . . . w[ik], for some set of indices ...
Subsequence pattern matching problems on compressed text were first considered by Cegielski et al. (...