Given permutations T and P of length n and m, respectively, the Permutation Pattern Matching problem asks to find all m-length subsequences of T that are order-isomorphic to P. This problem has a wide range of applications but is known to be NP-hard. In this paper, we study the special case, where the goal is to only find the boxed subsequences of T that are order-isomorphic to P. This problem was introduced by Bruner and Lackner who showed that it can be solved in O(n^3) time. Cho et al. [CPM 2015] gave an O(n^2m) time algorithm and improved it to O(n^2 log m). In this paper we present a solution that uses only O(n^2) time. In general, there are instances where the output size is Omega(n^2) and hence our bound is optimal. To achieve our re...
Abstract. The NP-complete PERMUTATION PATTERN MATCHING problem asks whether a permutation P can be m...
We consider the approximate pattern matching problem under the edit distance.Given a text $T$ of len...
In this paper, we present a novel indexing method for the order-isomorphic pattern matching problem ...
International audienceGiven permutations σ of size k and π of size n with k < n, the permutation pat...
International audienceGiven a permutation π (called the text) of size n and another permutation ...
Given a permutation T of 1 to n, and a permutation P of 1 to k, for k ≤ n, we wish to find a k-eleme...
Given a permutation π (called the text) of size n and another permutation σ (called the pattern) of ...
Given a permutation P of f1; : : : ; kg and T of f1; : : : ; ng, the pattern matching problem for pe...
Given a permutation P of {1,...., k} and T of {1,...., n}, the pattern matching problem for permutat...
International audienceLet t be a permutation (that shall play the role of the text) on [n] and a pat...
Permutation patterns and pattern avoidance have been intensively studied in combinatorics and comput...
AbstractGiven a pattern P of length n and a text T of length m, the permutation matching problem ask...
International audienceGiven permutations τ and π, the permutation pattern (PP) problem is to decide ...
International audienceWe study in this paper the Doubly Partially Ordered Pattern Matching (or DPOP ...
We consider the approximate pattern matching problem under the edit distance. Given a text T of leng...
Abstract. The NP-complete PERMUTATION PATTERN MATCHING problem asks whether a permutation P can be m...
We consider the approximate pattern matching problem under the edit distance.Given a text $T$ of len...
In this paper, we present a novel indexing method for the order-isomorphic pattern matching problem ...
International audienceGiven permutations σ of size k and π of size n with k < n, the permutation pat...
International audienceGiven a permutation π (called the text) of size n and another permutation ...
Given a permutation T of 1 to n, and a permutation P of 1 to k, for k ≤ n, we wish to find a k-eleme...
Given a permutation π (called the text) of size n and another permutation σ (called the pattern) of ...
Given a permutation P of f1; : : : ; kg and T of f1; : : : ; ng, the pattern matching problem for pe...
Given a permutation P of {1,...., k} and T of {1,...., n}, the pattern matching problem for permutat...
International audienceLet t be a permutation (that shall play the role of the text) on [n] and a pat...
Permutation patterns and pattern avoidance have been intensively studied in combinatorics and comput...
AbstractGiven a pattern P of length n and a text T of length m, the permutation matching problem ask...
International audienceGiven permutations τ and π, the permutation pattern (PP) problem is to decide ...
International audienceWe study in this paper the Doubly Partially Ordered Pattern Matching (or DPOP ...
We consider the approximate pattern matching problem under the edit distance. Given a text T of leng...
Abstract. The NP-complete PERMUTATION PATTERN MATCHING problem asks whether a permutation P can be m...
We consider the approximate pattern matching problem under the edit distance.Given a text $T$ of len...
In this paper, we present a novel indexing method for the order-isomorphic pattern matching problem ...