Content deleted Content added
m v2.04b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation) |
→top: use infobox |
||
Line 1:
{{Infobox
| label1 = [[List of data structures|Type]]
▲! Invented by
| headerstyle = background:lavender
▲{{!}} colspan="2" {{!}} {{harvtxt|Manber|Myers|1990}}
| data4 =
{{aligned table|cols=3|row1header=y|col1header=y|fullwidth=y
▲! colspan="3" class="navbox-abovebelow" | [[Time complexity]]<br />in [[big O notation]]
| | Average | Worst case▼
<!-- -->
|
▲| Worst case
| <math>\mathcal{O}(n)</math>
| <math>\mathcal{O}(n)</math>
<!-- -->
| <math>\mathcal{O}(n)</math>
| <math>\mathcal{O}(n)</math>
}}
In [[computer science]], a '''suffix array''' is a sorted [[Array data structure|array]] of all [[Suffix (computer science)|suffixes]] of a [[String (computer science)|string]]. It is a data structure used in, among others, full text indices, data compression algorithms, and the field of [[bibliometrics]].
|