Fast String Searching With Suffix Trees
This article describes a relatively painless way to construct suffix trees. Once you have a suffix tree constructed, it is extremely easy to search for the longest match of a given string. This makes the suffix tree a nice data structure to use in macro replacement forms of data compression.
http://www.dogma.net/markn/articles/suffixt/suffixt.htm
* * * * *
Posted in December 1st, 1999
No User Commented In " Fast String Searching With Suffix Trees "
Subscribes to this post Comment RSS or TrackBack URL