tree.rb

Path: lib/tree.rb
Last Update: 2010-03-03 00:04:03 +0100

tree.rb - This file is part of the RubyTree package.

$Revision$ by $Author$ on $Date$

tree.rb - Generic implementation of an N-ary tree data structure.

Provides a generic tree data structure with ability to store keyed node elements in the tree. This implementation mixes in the Enumerable module.

Author:Anupam Sengupta (anupamsg@gmail.com)

Required files

structured_warnings  

[Validate]