File: tree.rb

Description

tree.rb

$Revision: 1.29 $ by $Author: anupamsg $ $Name: $

tree.rb - Generic Multi-way Tree implementation

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

Author:Anupam Sengupta (anupamsg@gmail.com)