The text-to-pattern Hamming distances problem asks to compute the Hamming distances between a given pattern of length m and all length-m substrings of a given text of length n ? m. We focus on the well-studied k-mismatch version of the problem, where a distance needs to be returned only if it does not exceed a threshold k. Moreover, we assume n ? 2m (in general, one can partition the text into overlapping blocks). In this work, we develop data structures for the dynamic version of the k-mismatch problem supporting two operations: An update performs a single-letter substitution in the pattern or the text, whereas a query, given an index i, returns the Hamming distance between the pattern and the text substring starting at position i, or repo...
In the k-mismatch problem we are given a pattern of length m and a text and must find all locations ...
We consider a range of simply stated dynamic data structure problems on strings. An update changes o...
We consider the circular pattern matching with k mismatches (k-CPM) problem in which one is to compu...
Let T be a text of length n and P be a pattern of length m, both strings over a fixed finite alphabe...
Computing the distance between a given pattern of length n and a text of length m is defined as calc...
In this paper, we consider several variants of the pattern matching with mismatches problem. In pa...
Let T be a text of length n and P be a pattern of length m, both strings over a fixed finite alphabe...
[[abstract]]Let T be a text of length n and P be a pattern of length m, both strings over a fixed fi...
This paper deals with the approximate string-matching problem with Hamming distance. The approximate...
We study in depth a model of non-exact pattern matching based on edit distance, which is the minimum...
We consider the circular pattern matching with k mismatches (k-CPM) problem in which one is to compu...
The algorithmic task of computing the Hamming distance between a given pattern of length m and each ...
We consider the circular pattern matching with k mismatches (k-CPM) problem in which one is to compu...
Given a text T of length n and a pattern P of length m, the approximate pattern matching problem ask...
The k-mismatch problem consists in computing the Hamming distance between a pattern P of length m an...
In the k-mismatch problem we are given a pattern of length m and a text and must find all locations ...
We consider a range of simply stated dynamic data structure problems on strings. An update changes o...
We consider the circular pattern matching with k mismatches (k-CPM) problem in which one is to compu...
Let T be a text of length n and P be a pattern of length m, both strings over a fixed finite alphabe...
Computing the distance between a given pattern of length n and a text of length m is defined as calc...
In this paper, we consider several variants of the pattern matching with mismatches problem. In pa...
Let T be a text of length n and P be a pattern of length m, both strings over a fixed finite alphabe...
[[abstract]]Let T be a text of length n and P be a pattern of length m, both strings over a fixed fi...
This paper deals with the approximate string-matching problem with Hamming distance. The approximate...
We study in depth a model of non-exact pattern matching based on edit distance, which is the minimum...
We consider the circular pattern matching with k mismatches (k-CPM) problem in which one is to compu...
The algorithmic task of computing the Hamming distance between a given pattern of length m and each ...
We consider the circular pattern matching with k mismatches (k-CPM) problem in which one is to compu...
Given a text T of length n and a pattern P of length m, the approximate pattern matching problem ask...
The k-mismatch problem consists in computing the Hamming distance between a pattern P of length m an...
In the k-mismatch problem we are given a pattern of length m and a text and must find all locations ...
We consider a range of simply stated dynamic data structure problems on strings. An update changes o...
We consider the circular pattern matching with k mismatches (k-CPM) problem in which one is to compu...