RAA - rubytree/0.8.2

rubytree / 0.8.2

Short description: A General Purpose Tree Data Structure for Ruby.
Category: Library/Datastructure
Status: stable
Created: 2010-01-06 09:10:51 GMT
Last update: 2011-12-16 05:02:25 GMT
Owner: anupamsg (Projects of this owner)
Homepage: http://rubytree.rubyforge.org/
Download: http://rubyforge.org/frs/?group_id=1215
License: BSD
Dependency:
None
Description:

RubyTree is an implementation of the generic tree data structure with the 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 and also provides marshaling capabilities.

The current implementation provides:

  • A general purpose tree structure, and
  • A binary tree implementation

RDoc documentation is at rubytree.rubyforge.org/rdoc

The library is available as a RubyGem and also as standard Tar/Zip Archives.

Versions: [0.8.2 (2011-12-16)] [0.8.1 (2010-10-02)] [0.7.0 (2010-05-04)] [0.6.2 (2010-01-30)] [0.6.1 (2010-01-06)]

Edit this project (for project owner)

back to RAA top