Fast and Space Efficient Linear Suffix Array Construction
暂无分享,去创建一个
Let S be an n-character string terminated with an unique smallest sentinel, its suffix array SA(S) is an array of pointers for all the suffixes in S sorted in the lexicographically ascending order. Specially, the Burrows-Wheeler transform for building efficient compression solutions can be quickly computed by fast suffix sorting based on suffix array construction algorithms (SACAs). The existing well-known practical linear SACAs are those two contemporarily reported in 2003 by Karkkainen and Sanders (KS) (J. Karkkaiinen and P. Sanders, 2003) and Ko and Aluru (KA) (P. Ko and S. Aluru, 2003).
[1] Peter Sanders,et al. Simple Linear Work Suffix Array Construction , 2003, ICALP.
[2] Srinivas Aluru,et al. Space efficient linear time construction of suffix arrays , 2003, J. Discrete Algorithms.
[3] James A. Storer,et al. DATA COMPRESSION CONFERENCE , 2001 .