AbstractThe problem of aligning two sequences A and B to determine their similarity is one of the fundamental problems in pattern matching. A challenging, basic variation of the sequence similarity problem is the incremental string comparison problem, denoted Consecutive Suffix Alignment, which is, given two strings A and B, to compute the alignment solution of each suffix of A versus B.Here, we present two solutions to the Consecutive Suffix Alignment Problem under the LCS (Longest Common Subsequence) metric, where the LCS metric measures the subsequence of maximal length common to A and B. The first solution is an O(nL) time and space algorithm for constant alphabets, where the size of the compared strings is O(n) and L⩽n denotes the size...
Given a fixed alignment scoring scheme, the bounded length (respectively, bounded total length) Smit...
In this paper. we show new parallel algorithms for a set of classical string comparison problems. co...
International audienceWe define a novel variation on the constrained sequence alignment problem in w...
AbstractThe problem of aligning two sequences A and B to determine their similarity is one of the fu...
AbstractThe LCS problem is to determine a longest common subsequence (LCS) of two symbol sequences. ...
International audienceThe problem of comparing two sequences S and T to determine their similarity i...
International audienceThe classical algorithm for computing the similarity between two sequences [36...
International audienceGiven two strings of size n over a constant alphabet, the classical algorithm ...
We consider an index data structure for similar strings. The generalized suffix tree can be a soluti...
Abstract. The Local Alignment problem is a classical problem with ap-plications in biology. Given tw...
Abstract. Given two strings ofsize n over a constant alphabet, the classical algorithm for computing...
Given a fixed alignment scoring scheme, the bounded length (respectively, bounded total length) Smit...
AbstractThe longest common subsequence (LCS) problem is one of the classical and well-studied proble...
AbstractGiven two strings A and B of lengths na and nb, na⩽nb, respectively, the all-substrings long...
Due to the increased availability of large datasets of biological sequences, tools for sequence comp...
Given a fixed alignment scoring scheme, the bounded length (respectively, bounded total length) Smit...
In this paper. we show new parallel algorithms for a set of classical string comparison problems. co...
International audienceWe define a novel variation on the constrained sequence alignment problem in w...
AbstractThe problem of aligning two sequences A and B to determine their similarity is one of the fu...
AbstractThe LCS problem is to determine a longest common subsequence (LCS) of two symbol sequences. ...
International audienceThe problem of comparing two sequences S and T to determine their similarity i...
International audienceThe classical algorithm for computing the similarity between two sequences [36...
International audienceGiven two strings of size n over a constant alphabet, the classical algorithm ...
We consider an index data structure for similar strings. The generalized suffix tree can be a soluti...
Abstract. The Local Alignment problem is a classical problem with ap-plications in biology. Given tw...
Abstract. Given two strings ofsize n over a constant alphabet, the classical algorithm for computing...
Given a fixed alignment scoring scheme, the bounded length (respectively, bounded total length) Smit...
AbstractThe longest common subsequence (LCS) problem is one of the classical and well-studied proble...
AbstractGiven two strings A and B of lengths na and nb, na⩽nb, respectively, the all-substrings long...
Due to the increased availability of large datasets of biological sequences, tools for sequence comp...
Given a fixed alignment scoring scheme, the bounded length (respectively, bounded total length) Smit...
In this paper. we show new parallel algorithms for a set of classical string comparison problems. co...
International audienceWe define a novel variation on the constrained sequence alignment problem in w...