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.
Required Ruby Version
None
Authors
Anupam Sengupta
Versions
- 2.2.0 February 06, 2026 (54.5 KB)
- 2.1.1 December 20, 2024 (53 KB)
- 2.1.0 August 12, 2024 (53 KB)
- 2.0.3 December 27, 2023 (52.5 KB)
- 2.0.2 June 30, 2023 (52.5 KB)
- 0.5.3 December 31, 2009 (29.5 KB)