blob: d16603714c8d18f6535314016291ba6f985132a3 (
plain)
1
2
3
4
|
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.
|