AbstractWe define the directed acyclic subsequence graph of a text as the smallest deterministic partial finite automaton that recognizes all possible subsequences of that text. We define the size of the automaton as the size of the transition function and not the number of states. We show that it is possible to build this automaton using O(n log n) time and O(n) space for a text of size n. With this structure, we can search a subsequence in logarithmic time. We extend this construction to the case of multiple strings obtaining a O(n2 log n) time and O(n2) space algorithm, where n is the size of the set of strings. For the later case, we discuss its application to the longest common subsequence problem
AbstractLet a partial deterministic finite automaton be a DFA in which each state need not have a tr...
Given a sequence of integers, we want to find a longest increasing subsequence of the sequence. It i...
summary:This paper deals with a new practical method for solving the longest common subsequence (LCS...
AbstractThe subsequence matching problem is to decide, for given strings S and T, whether S is a sub...
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...
AbstractGiven two strings X=a1…an and P=b1…bm over an alphabet Σ, the problem of testing whether P o...
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...
AbstractGiven a set of strings, the subsequence automaton accepts all subsequences of these strings....
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
Many works deal with the subsequence matching problem using automata structures. It is to decide, gi...
AbstractA subsequence is obtained from a string by deleting any number of characters; thus in contra...
AbstractWe consider the complexity of computing a longest increasing subsequence (LIS) parameterised...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
AbstractLet a partial deterministic finite automaton be a DFA in which each state need not have a tr...
Given a sequence of integers, we want to find a longest increasing subsequence of the sequence. It i...
summary:This paper deals with a new practical method for solving the longest common subsequence (LCS...
AbstractThe subsequence matching problem is to decide, for given strings S and T, whether S is a sub...
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...
AbstractGiven two strings X=a1…an and P=b1…bm over an alphabet Σ, the problem of testing whether P o...
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...
AbstractGiven a set of strings, the subsequence automaton accepts all subsequences of these strings....
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
Many works deal with the subsequence matching problem using automata structures. It is to decide, gi...
AbstractA subsequence is obtained from a string by deleting any number of characters; thus in contra...
AbstractWe consider the complexity of computing a longest increasing subsequence (LIS) parameterised...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
AbstractLet a partial deterministic finite automaton be a DFA in which each state need not have a tr...
Given a sequence of integers, we want to find a longest increasing subsequence of the sequence. It i...
summary:This paper deals with a new practical method for solving the longest common subsequence (LCS...