rubytree 0.6.0
Rubytree is a Ruby implementation of the generic Tree data structure. It provides a generic tree data-structure with ability to store keyed node-elements in the tree. This implementation is node-centric, where the individual nodes on the tree are the primary objects and form the leafs of the structure. The implementation mixes in the Enumerable module.