Description
Tree- and forest structures.
Description
This library provides both static and dynamic tree and forest structures. Once a tree structure is static, it can be mappend onto a linearized representation, which is beneficial for algorithms that do not modify the internal tree structure, but need fast O(1)
access to individual nodes, children, and siblings.
README.md
ForestStructures: Dynamic and static tree and forest structures
The static tree structure(s) shall be designed with an emphasis on performance.
Contact
Christian Hoener zu Siederdissen
Leipzig University, Leipzig, Germany
[email protected]
http://www.bioinf.uni-leipzig.de/~choener/