Measuring the similarity between two strings, through such standard measures as Hamming distance, edit distance, and longest common subsequence, is one of the fundamental problems in pattern matching. We consider the problem of finding the longest common subsequence of two strings. A well-known dynamic programming algorithm computes the longest common subsequence of strings X and Y in O(|X|·|Y|) time. We develop significantly faster algorithms for a special class of strings which emerge frequently in pattern matching problems. A string S is run-length encoded if it is described as an ordered sequence of pairs (σ,i), each consisting of an alphabet symbol σ and an integer i. Each pair corresponds to a run in S consisting of i consecutive occu...
Abstract. Finding similar substrings/substructures is a central task in analyzing huge amounts of st...
This paper outlines the design of a bit-parallel, multi-string algorithm for high-similarity string ...
This paper concerns the longest common subsequence (LCS) shared by two sequences (or strings) of len...
Data compression can be used to simultaneously reduce memory, communication and computation requirem...
[[abstract]]In this paper, we propose an O(min {mN, Mn}) timealgorithm for finding a longest common ...
this paper, we develop significantly faster algorithms for a special class of strings which emerge f...
AbstractThe Longest Common Extension (LCE) problem considers a string s and computes, for each pair ...
In this paper, a fast algorithm for the longest-common-subsequence problem is presented which runs i...
Given two sequences, the traditional longest common subsequence (LCS) problem is to obtain the commo...
International audienceGiven two strings of size n over a constant alphabet, the classical algorithm ...
Given two strings of lengths m and n≥m on an alphabet of size s, the longest common subsequence (LCS...
AbstractThe well-known problem of the longest common subsequence (LCS), of two strings of lengths n ...
Abstract Background The problem of approximate string matching is important in many different areas ...
AbstractThe problem of computing the similarity of two run-length encoded strings has been studied f...
[[abstract]]在本文中主要探討利用兩個Run-length encoded的字串來解決限制的最長共同子序列(The constrained longest common subsequenc...
Abstract. Finding similar substrings/substructures is a central task in analyzing huge amounts of st...
This paper outlines the design of a bit-parallel, multi-string algorithm for high-similarity string ...
This paper concerns the longest common subsequence (LCS) shared by two sequences (or strings) of len...
Data compression can be used to simultaneously reduce memory, communication and computation requirem...
[[abstract]]In this paper, we propose an O(min {mN, Mn}) timealgorithm for finding a longest common ...
this paper, we develop significantly faster algorithms for a special class of strings which emerge f...
AbstractThe Longest Common Extension (LCE) problem considers a string s and computes, for each pair ...
In this paper, a fast algorithm for the longest-common-subsequence problem is presented which runs i...
Given two sequences, the traditional longest common subsequence (LCS) problem is to obtain the commo...
International audienceGiven two strings of size n over a constant alphabet, the classical algorithm ...
Given two strings of lengths m and n≥m on an alphabet of size s, the longest common subsequence (LCS...
AbstractThe well-known problem of the longest common subsequence (LCS), of two strings of lengths n ...
Abstract Background The problem of approximate string matching is important in many different areas ...
AbstractThe problem of computing the similarity of two run-length encoded strings has been studied f...
[[abstract]]在本文中主要探討利用兩個Run-length encoded的字串來解決限制的最長共同子序列(The constrained longest common subsequenc...
Abstract. Finding similar substrings/substructures is a central task in analyzing huge amounts of st...
This paper outlines the design of a bit-parallel, multi-string algorithm for high-similarity string ...
This paper concerns the longest common subsequence (LCS) shared by two sequences (or strings) of len...