Improving an Algorithm for Approximate Pattern Matching
โ Scribed by G. Navarro; R. Baeza-Yates
- Publisher
- Springer
- Year
- 2001
- Tongue
- English
- Weight
- 446 KB
- Volume
- 30
- Category
- Article
- ISSN
- 0178-4617
No coin nor oath required. For personal study only.
๐ SIMILAR VOLUMES
We present a new and more rigorous analysis of the two algorithms for two-dimensional approximate pattern matching due to KtikkEnen and Ukkonen. We also present modifications of these algorithms that use less space while keeping the same expected time.
In protein sequences, often two sequences that share similar substrings have similar functional properties. Learning of the characteristics and properties of an unknown protein is much easier if its likely functional properties can be predicted by finding the substrings already known from other prot
## Abstract Given a text tree __t__ and a pattern tree __p__, tree pattern matching involves finding subtrees of __t__ which match __p.__ This paper proposed a parallel algorithm for tree pattern matching. The algorithm is designed to run in __O__(log __n__) parallel time using __mn__/log__n__ proc