Module: Tree

Defined in:
lib/tree.rb

Overview

tree.rb - Generic 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 ([email protected])

Defined Under Namespace

Classes: TreeNode