
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 $Σ$, 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_Σ^{k}n}{k!})$ words and takes $O(\frac {m^k}{k!} + occ$)($O(m + \frac {log_Σ^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_Σ^{k}n}{k!})$ words and $O(\frac {m^k}{k!} + 3^{k}occ$)($O(m + \frac {log_Σ^kn}{k!} + 3^{k}occ$) in the average case) query time for edit distance for any online/offline pattern.
FOS: Computer and information sciences, Abstracting and Indexing, Computer Science - Data Structures and Algorithms, Computational Biology, Data Mining, Data Structures and Algorithms (cs.DS), Software
FOS: Computer and information sciences, Abstracting and Indexing, Computer Science - Data Structures and Algorithms, Computational Biology, Data Mining, Data Structures and Algorithms (cs.DS), Software
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 4 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
