Fast Multiple Order-Preserving Matching Algorithms
Myoungji Han, Munseong Kang, Sukhyeun Cho, Geonmo Gu, Jeong Seop Sim,, Kunsoo Park

TL;DR
This paper introduces two new algorithms for multiple order-preserving matching that significantly improve speed, with one achieving sublinear average time and the other linear average time, advancing the efficiency of pattern matching tasks.
Contribution
The paper presents two novel algorithms for multiple order-preserving matching, achieving faster average-case performance than existing methods.
Findings
One algorithm runs in sublinear average time.
The other algorithm runs in linear average time.
Both algorithms outperform previous methods in speed.
Abstract
Given a text and a pattern , the order-preserving matching problem is to find all substrings in which have the same relative orders as . Order-preserving matching has been an active research area since it was introduced by Kubica et al. \cite{kubica2013linear} and Kim et al. \cite{kim2014order}. In this paper we present two algorithms for the multiple order-preserving matching problem, one of which runs in sublinear time on average and the other in linear time on average. Both algorithms run much faster than the previous algorithms.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · DNA and Biological Computing · Network Packet Processing and Optimization
