Tree pattern matching on ordered trees is an important problem in Computer Science. Ordered trees can be represented as strings with additional properties via various linearisations. We present a backward tree pattern matching algorithm for ordered trees for various linear representations of trees and tree patterns. The algorithm adaptations find all occurrences of a single given tree pattern which match an input tree regardless of the chosen linearisation. The algorithms preserve the properties and advantages of standard backward string pattern matching using Boyer-Moore-Horspool's bad character shift heuristics. The number of symbol comparisons in the backward tree pattern matching can be sublinear in the size of the input tree. As in the...
AbstractPattern matching in trees is fundamental to a variety of programming language systems. Howev...
summary:In this work we deal with tree pattern matching over ranked trees, where the pattern set to ...
This paper presents general results on the probabilities of occurrences of patterns in trees, which ...
Tree pattern matching on ordered trees is an important problem in Computer Science. Ordered trees ca...
We present a new backward tree pattern matching algorithm for ordered trees. The algorithm finds all...
Abstract. In this paper, I outline a new algorithm for regular tree pattern matching. The Boyer-Moor...
Tree pattern matching (TPM) algorithms on ordered, ranked trees play an important role in applicatio...
We consider the problem of linear regular tree pattern matching and describe a new solution based on...
AbstractWe consider the problem of linear regular tree pattern matching and describe a new solution ...
In this chapter, I outline a new algorithm for regular tree pattern matching. The existence of this ...
V této práci je navrhnutý nový algoritmus pro vyhledávání ve stromech. Jeho fungování je založeno na...
We study the design of efficient algorithms for combinatorial pattern matching. More concretely, we ...
In 1970, Knuth, Pratt, and Morris [1] showed how to do basic pattern matching in linear time. Relate...
Tree pattern matching is an important operation in Computer Science on which a number of tasks such ...
Pattern matching in trees is fundamental to a variety of programming language systems. However, prog...
AbstractPattern matching in trees is fundamental to a variety of programming language systems. Howev...
summary:In this work we deal with tree pattern matching over ranked trees, where the pattern set to ...
This paper presents general results on the probabilities of occurrences of patterns in trees, which ...
Tree pattern matching on ordered trees is an important problem in Computer Science. Ordered trees ca...
We present a new backward tree pattern matching algorithm for ordered trees. The algorithm finds all...
Abstract. In this paper, I outline a new algorithm for regular tree pattern matching. The Boyer-Moor...
Tree pattern matching (TPM) algorithms on ordered, ranked trees play an important role in applicatio...
We consider the problem of linear regular tree pattern matching and describe a new solution based on...
AbstractWe consider the problem of linear regular tree pattern matching and describe a new solution ...
In this chapter, I outline a new algorithm for regular tree pattern matching. The existence of this ...
V této práci je navrhnutý nový algoritmus pro vyhledávání ve stromech. Jeho fungování je založeno na...
We study the design of efficient algorithms for combinatorial pattern matching. More concretely, we ...
In 1970, Knuth, Pratt, and Morris [1] showed how to do basic pattern matching in linear time. Relate...
Tree pattern matching is an important operation in Computer Science on which a number of tasks such ...
Pattern matching in trees is fundamental to a variety of programming language systems. However, prog...
AbstractPattern matching in trees is fundamental to a variety of programming language systems. Howev...
summary:In this work we deal with tree pattern matching over ranked trees, where the pattern set to ...
This paper presents general results on the probabilities of occurrences of patterns in trees, which ...