Content deleted Content added
Citation bot (talk | contribs) Alter: title, pages. Add: chapter, pages. Formatted dashes. | Use this bot. Report bugs. | Suggested by SemperIocundus | #UCB_webform 1394/2500 |
m Fixed a minor grammar error |
||
Line 225:
== Enhanced Suffix Arrays ==
Suffix trees are powerful data structures that have wide application in areas of pattern and string matching, indexing and textual statistics. However, it occupies a significant amount of space and thus has a drawback in many real-time applications that
The suffix array of the string is an array of n integers in the range of 0 to n that represents the n+1 suffixes of the string including the special character #.
|