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 p, a text t and a mismatch tolerance limit k is given and the goal is to find all positions in text t, for which pattern p, parameterized matches with |p| length substrings of t with at most k mismatches. Our main result is an algorithm for this problem with O(α2 n n + n α2 α ( n α )) time complexity, where n = |t| and α = || which is improving for k=(||5/3) the algorithm by Hazay, Lewenstein and Sokol. We also present a hashing based probabilistic algorithm for this problem when k = 1 with O ( n n ) time complexity, which we believe is algorithmically beautiful.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…