Jump to content

Generalized suffix array

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BryanRamos0199 (talk | contribs) at 17:46, 11 May 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, a generalized suffix array is a suffix array containing all suffixes for a set of strings. Given the set of strings S = S1, S2, S3, ..., Sk of total length n, it is a lexicographically sorted array of all suffixes of each string in S.

References