Sciweavers

JCSS
2010

Pattern matching with don't cares and few errors

13 years 3 months ago
Pattern matching with don't cares and few errors
We present solutions for the k-mismatch pattern matching problem with don’t cares. Given a text t of length n and a pattern p of length m with don’t care symbols and a bound k, our algorithms find all the places that the pattern matches the text with at most k mismatches. We first give an Θ (n(k + log m log k) log n) time randomised algorithm which finds the correct answer with high probability. We then present a new deterministic Θ ` nk2 log2 m ´ time solution that uses tools originally developed for group testing. Taking our derandomisation approach further we develop an approach based on k-selectors that runs in Θ (nk polylogm) time. Further, in each case the location of the mismatches at each alignment is also given at no extra cost. ∗Research supported in part by the Binational Science Foundation (BSF) 1 Dagstuhl Seminar Proceedings 09281 Search Methodologies http://drops.dagstuhl.de/opus/volltexte/2009/2244
Raphaël Clifford, Klim Efremenko, Ely Porat,
Added 28 Jan 2011
Updated 28 Jan 2011
Type Journal
Year 2010
Where JCSS
Authors Raphaël Clifford, Klim Efremenko, Ely Porat, Amir Rothschild
Comments (0)