+A Suffix Array is a compact map, an array holding all [Suffixes](/wiki/suffix) of a text string, sorted alphabetically. This elegant [Data Structure](/wiki/data_structure) unlocks rapid [String Search](/wiki/string_search) and pattern matching, fundamental in fields like bioinformatics.
+## See also
+- [Suffix Tree](/wiki/suffix_tree)
+- [Burrows-Wheeler Transform](/wiki/burrows-wheeler_transform)
+- [Text Processing](/wiki/text_processing)
... 1 more lines