Range Non-Overlapping Indexing And Successive List Indexing

WADS'07: Proceedings of the 10th international conference on Algorithms and Data Structures(2007)

引用 17|浏览16
暂无评分
摘要
We present two natural variants of the indexing problem: In the range non-overlapping indexing problem, we preprocess a given text to answer queries in which we are given a pattern, and wish to find a maximal-length sequence of occurrences of the pattern in the text, such that the occurrences do not overlap with one another. While efficiently solving this problem, our algorithm even enables us to efficiently perform so in substrings of the text, denoted by given start and end locations. The methods we supply thus generalize the string statistics problem [4,5], in which we are asked to report merely the number of non-overlapping occurrences in the entire text, by reporting the occurrences themselves, even only for substrings of the text.In the related successive list indexing problem, during query-time we are given a pattern and a list of locations in the preprocessed text. We then wish to find a list of occurrences of the pattern, such that the ith occurrence is the leftmost occurrence of the pattern which starts to the right of the ith location given by the input list.Both problems are solved by using tools from computational geometry, specifically a variation of the range searching for minimunb problem of Lenhof and Smid [12], here considered over a grid, in what appears to be the first utilization of range searching for minimum in an indexing-related context.
更多
查看译文
关键词
indexing problem,entire text,minimum problem,preprocessed text,string statistics problem,input list,related successive list indexing,ith location,ith occurrence,leftmost occurrence
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要