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
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.

2006-01-16 16:26
0.4.1

Minor fixes se hicieron a la README y la documentación.
Tags: Minor feature enhancements
Minor fixes were made to the README and
documentation.

2004-01-13 16:47
0.4.0

Un error en lst_string_eq () se ha fijado. Actualizaciones de la documentación y la limpieza de menor importancia también se hicieron.
Tags: Minor bugfixes
A bug in lst_string_eq() was fixed. Documentation
updates and minor cleanups were also made.

2003-09-10 21:30
0.3

Tags: Initial freshmeat announcement

Project Resources