DocumentCode :
1964276
Title :
Exact and Approximate Pattern Matching in the Streaming Model
Author :
Porat, Benny ; Porat, Ely
Author_Institution :
Bar-Ilan Univ., Ramat-Gan, Israel
fYear :
2009
fDate :
25-27 Oct. 2009
Firstpage :
315
Lastpage :
323
Abstract :
We present a fully online randomized algorithm for the classical pattern matching problem that uses merely O(log m) space, breaking the O(m) barrier that held for this problem for a long time. Our method can be used as a tool in many practical applications, including monitoring Internet traffic and firewall applications. In our online model we first receive the pattern P of size m and preprocess it. After the preprocessing phase, the characters of the text T of size n arrive one at a time in an online fashion. For each index of the text input we indicate whether the pattern matches the text at that location index or not. Clearly, for index i, an indication can only be given once all characters from index i till index i+m-1 have arrived. Our goal is to provide such answers while using minimal space, and while spending as little time as possible on each character (time and space which are in O(poly(log n)) ).We present an algorithm whereby both false positive and false negative answers are allowed with probability of at most 1/n3. Thus, overall, the correct answer for all positions is returned with a probability of 1/n2. The time which our algorithm spends on each input character is bounded by O(log m), and the space complexity is O(log m) words. We also present a solution in the same model for the pattern matching with k mismatches problem. In this problem, a match means allowing up to k symbol mismatches between the pattern and the subtext beginning at index i. We provide an algorithm in which the time spent on each character is bounded by O(k2poly(log m)), and the space complexity is O(k3poly(log m)) words.
Keywords :
computational complexity; pattern matching; Internet traffic; approximate pattern matching; online randomized algorithm; probability; space complexity; streaming model; Algorithm design and analysis; Computational biology; Computer science; Fingerprint recognition; Hamming distance; Internet; Large-scale systems; Monitoring; Pattern matching; Traffic control; combinatorial algorithm; pattern matching; randomize algorithm; streaming;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Foundations of Computer Science, 2009. FOCS '09. 50th Annual IEEE Symposium on
Conference_Location :
Atlanta, GA
ISSN :
0272-5428
Print_ISBN :
978-1-4244-5116-6
Type :
conf
DOI :
10.1109/FOCS.2009.11
Filename :
5438620
Link To Document :
بازگشت