c++ - Suffix Array Algorithm - Stack Overflow
After quite a bit of reading, I have figured out what a suffix array and LCP array represents. Suffix array: Represents the _lexicographic rank of each suffix of an array. LCP array : Contains the ... Overview This is an O(n log n) algorithm for suffix ar...