Detecting False Matches in String-Matching Algorithms

S. Muthukrishnan

    Research output: Contribution to journalArticlepeer-review

    Abstract

    Consider a text string of length n, a pattern string of length m, and a match vector of length n which declares each location in the text to be either a mismatch (the pattern does not occur beginning at that location in the text) or a potential match (the pattern may occur beginning at that location in the text). Some of the potential matches could be false, i.e., the pattern may not occur beginning at some location in the text declared to be a potential match. We investigate the complexity of two problems in this context, namely, checking if there is any false match, and identifying all the false matches in the match vector. We present an algorithm on the CRCW PRAM that checks if there exists a false match in O(1) time using O(n) processors. This algorithm does not require preprocessing the pattern. Therefore, checking for false matches is provably simpler than string matching since string matching takes Ω(log log m) time on the CRCW PRAM. We use this simple algorithm to convert the Karp-Rabin Monte Carlo type string-matching algorithm into a Las Vegas type algorithm without asymptotic loss in complexity. We also present an efficient algorithm for identifying all the false matches and, as a consequence, show that string-matching algorithms take Ω(log log m) time even given the flexibility to output a few false matches.

    Original languageEnglish (US)
    Pages (from-to)512-520
    Number of pages9
    JournalAlgorithmica (New York)
    Volume18
    Issue number4
    DOIs
    StatePublished - Aug 1997

    Keywords

    • Checking string matching algorithms
    • Parallel algorithms
    • Randomized (Las Vegas) string matching

    ASJC Scopus subject areas

    • General Computer Science
    • Computer Science Applications
    • Applied Mathematics

    Fingerprint

    Dive into the research topics of 'Detecting False Matches in String-Matching Algorithms'. Together they form a unique fingerprint.

    Cite this