Efficient repeat finding in sets of strings via suffix arrays.

DISCRETE MATHEMATICS AND THEORETICAL COMPUTER SCIENCE(2013)

引用 26|浏览9
暂无评分
摘要
We consider two repeat finding problems relative to sets of strings: (a) Find the largest substrings that occur in every string of a given set; (b) Find the maximal repeats in a given string that occur in no string of a given set. Our solutions are based on the suffix array construction, requiring O (m) memory, where m is the length of the longest input string, and O (n log m) time, where n is the the whole input size (the sum of the length of each string in the input). The most expensive part of our algorithms is the computation of several suffix arrays. We give an implementation and experimental results that evidence the efficiency of our algorithms in practice, even for very large inputs.
更多
查看译文
关键词
stringology,repeats,suffix array,longest maximal substring
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要