+
Until now we observed suffix trees.
The main problem with suffix trees is the
coefficient of the linear space complexity.
Suffix arrays present a much simpler data
structures
Suffix arrays allow us to search all
appearances of a string of size P in a string
of size N in O(P+logN) with a kind of binary
search.
评论0
最新资源