Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
125 tokens/sec
GPT-4o
53 tokens/sec
Gemini 2.5 Pro Pro
42 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Error Tree: A Tree Structure for Hamming & Edit Distances & Wildcards Matching (1506.04486v1)

Published 15 Jun 2015 in cs.DS

Abstract: Error Tree is a novel tree structure that is mainly oriented to solve the approximate pattern matching problems, Hamming and edit distances, as well as the wildcards matching problem. The input is a text of length $n$ over a fixed alphabet of length $\Sigma$, a pattern of length $m$, and $k$. The output is to find all positions that have $\leq$ $k$ Hamming distance, edit distance, or wildcards matching with $P$. The algorithm proposes for Hamming distance and wildcards matching a tree structure that needs $O(n\frac{log_\Sigma {k}n}{k!})$ words and takes $O(\frac {mk}{k!} + occ$)($O(m + \frac {log_\Sigma kn}{k!} + occ$) in the average case) of query time for any online/offline pattern, where $occ$ is the number of outputs. As well, a tree structure of $O(2{k}n\frac{log_\Sigma {k}n}{k!})$ words and $O(\frac {mk}{k!} + 3{k}occ$)($O(m + \frac {log_\Sigma kn}{k!} + 3{k}occ$) in the average case) query time for edit distance for any online/offline pattern.

Citations (2)

Summary

We haven't generated a summary for this paper yet.