fdbb501e0d
LibSTree is a library containing generic string algorithms based on suffix trees. The underlying implementation is based on Ukkonen's linear suffix tree creation algorithm, supporting multiple strings per tree.
4 lines
212 B
Text
4 lines
212 B
Text
LibSTree is a library containing generic string algorithms based on
|
|
suffix trees. The underlying implementation is based on Ukkonen's
|
|
linear suffix tree creation algorithm, supporting multiple strings per
|
|
tree.
|