Introduction - If you have any usage issues, please Google them yourself
Suffix array is a powerful tool for dealing with strings. Suffix array suffix tree is a very delicate
Alternatives, it is easier than programming suffix tree, the suffix tree can achieve a lot of functions and the time complexity is
Not inferior, but it is much smaller than the suffix tree occupies memory space. We can say that in informatics contest
Suffix array to be more practical than the suffix tree. This article in two parts. The first part describes two suffix array construction
The method focuses on how to use simple and efficient implementation of the code, and the two methods were compared. Second
Section describes the specific application types suffix array of topics.