Faster suffix sorting
Faster suffix sorting
复制标题
DOI:
10.1016/j.tcs.2007.07.017
复制
发表时间:
2007-11-22
影响因子:
1.1
通讯作者:
Sadakane, Kunihiko
中科院分区:
文献类型:
--
作者:
Larsson, N. Jesper;Sadakane, Kunihiko
We propose a fast and memory-efficient algorithm for lexicographically sorting the suffixes of a string, a problem that has important applications in data compression as well as string matching.Our algorithm eliminates much of the overhead of previous specialized approaches while maintaining their robustness for degenerate inputs. For input size n, our algorithm operates in only two integer arrays of size n, and has worst-case time complexity O(n log n).We demonstrate experimentally that our algorithm has stable performance compared with other approaches. (c) 2007 Elsevier B.V. All rights reserved.