Algorithms for Parameterized String Matching with Mismatches
Apurba Saha, Iftekhar Hakim Kaowsar, Mahdi Hasnat Siyam, M. Sohel, Rahman

TL;DR
This paper introduces improved algorithms for parameterized string matching with mismatches, including a deterministic algorithm with better complexity for large mismatch limits and a probabilistic algorithm for the case of a single mismatch.
Contribution
It presents a new deterministic algorithm with improved time complexity for parameterized matching with mismatches and a probabilistic algorithm optimized for the case of one mismatch.
Findings
Deterministic algorithm with $O( ext{polylog} imes n)$ complexity for large $k$
Probabilistic $O(n ext{log} n)$ algorithm for $k=1$
Improves upon previous algorithms for parameterized string matching with mismatches
Abstract
Two strings are considered to have parameterized matching when there exists a bijection of the parameterized alphabet onto itself such that it transforms one string to another. Parameterized matching has application in software duplication detection, image processing, and computational biology. We consider the problem for which a pattern , a text and a mismatch tolerance limit is given and the goal is to find all positions in text , for which pattern , parameterized matches with length substrings of with at most mismatches. Our main result is an algorithm for this problem with time complexity, where and which is improving for the algorithm by Hazay, Lewenstein and Sokol. We also present a hashing based probabilistic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Network Packet Processing and Optimization · Web Data Mining and Analysis
