Download List

Descripción del Proyecto

libstree is a generic suffix tree implementation,
written in C. It can handle arbitrary data
structures as elements of a string. It is
therefore not limited to simple ASCII character
strings, like most demo implementations of suffix
algorithms are. libstree can handle multiple
strings per suffix tree, including dynamic
insertion and removal of strings. It provides
various means of obtaining information about nodes
in the tree, such as depth-first and breadth-first
iteration, leaves iteration, and bottom-up
iteration.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-03-01 19:01 Back to release list
0.4.2

LCS ahora se puede ejecutar varias veces en un árbol sin modificar único sin problemas. Una pérdida de memoria en lst_stree_clear () se ha fijado.
Tags: Major bugfixes
LCS can now be run repeatedly on a single unmodified tree without problems. A memory leak in lst_stree_clear() has been fixed.

Project Resources