2010
DOI: 10.1007/978-3-642-12476-1_6
|View full text |Cite
|
Sign up to set email alerts
|

A Parallel Algorithm for Fixed-Length Approximate String-Matching with k-mismatches

Abstract: This paper deals with the approximate string-matching problem with Hamming distance. The approximate string-matching with kmismatches problem is to find all locations at which a query of length m matches a factor of a text of length n with k or fewer mismatches. The approximate string-matching algorithms have both pleasing theoretical features, as well as direct applications, especially in computational biology. We consider a generalisation of this problem, the fixed-length approximate string-matching with k-m… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
5
0

Year Published

2013
2013
2017
2017

Publication Types

Select...
3
1
1

Relationship

1
4

Authors

Journals

citations
Cited by 6 publications
(5 citation statements)
references
References 18 publications
0
5
0
Order By: Relevance
“…We adapted it to search for all factors of x of length ℓ in t in order to solve the FLASM problem. For the Hamming distance function, we used our own implementation [40] of the MaxShiftM algorithm [7], which solves the FLASM problem under the Hamming distance model. Notice that both functions provided by the library work for an arbitrary length ℓ using multiple computer words, thus delivering the -time and -space complexity of the proposed algorithms.…”
Section: Methodsmentioning
confidence: 99%
See 2 more Smart Citations
“…We adapted it to search for all factors of x of length ℓ in t in order to solve the FLASM problem. For the Hamming distance function, we used our own implementation [40] of the MaxShiftM algorithm [7], which solves the FLASM problem under the Hamming distance model. Notice that both functions provided by the library work for an arbitrary length ℓ using multiple computer words, thus delivering the -time and -space complexity of the proposed algorithms.…”
Section: Methodsmentioning
confidence: 99%
“…The FLASM problem can be solved efficiently under the edit [6] or the Hamming [7] distance model; both algorithms make extensive use of bit-vector techniques to compute the solution. These techniques take advantage of low-level processor operations on computer words.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…Crochemore, Iliopoulos, and Pissis devised an analogous algorithm [22] that solves the analogous problem under the Hamming distance model with the same time and space complexity.…”
Section: Methodsmentioning
confidence: 99%
“…Let M [0.. n ,0.. m ] be a DP matrix, where M[ i , j ] contains the Hamming distance between factor y [max{1, i − k +1}.. i ] of y and factor x [max{1, j − k +1}.. j ] of x , for all 1≤ i ≤ n , 1≤ j ≤ m . Crochemore, Iliopoulos, and Pissis devised an analogous algorithm [ 22 ] that solves the analogous problem under the Hamming distance model with the same time and space complexity.…”
Section: Methodsmentioning
confidence: 99%