OJ-Problems-Source/.ACM-Templates/Data-Structures/suffix-array/remark.tex

3 lines
213 B
TeX
Raw Normal View History

2016-08-13 23:35:41 +08:00
倍增算法构建后缀数组,时间复杂度为 $O(n \lg n)$. 注意字符串和最终的后缀数组均从 1 开始编号. 要保证字符串中都为大于0的字符, 而且字符串的第n+1位应该为0.