Dynamic -Mismatch
Build a data structure that keeps track of a text (of length ) and a pattern (of length ) supporting 2 operations: - Update: performs a single-letter substitution in the pattern or the text. - Query(i): returns the Hamming distance between and , or reports that the distance exceeds .
Parameters
- : pattern length
- : length of searchable text
- : mismatch parameter
- : number of queries
Insufficient data to display graph
Filters
Computational Model
Randomization
Approximation
Algorithms Table
Insuffient Data to display table
Reductions Table
Displaying 1 of 1 reductions
Other relevant algorithms
Insuffient Data to display table