Changes since 0.3.0: * Fixed logic error in lst_string_eq() * Added support for determining the longest repeated substring
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.