Module: Tree
- Defined in:
- lib/tree.rb,
lib/tree/binarytree.rb
Overview
This module provides a TreeNode class which is the primary class for representing nodes in the tree.
This module also acts as the namespace for all classes in the RubyTree package.
Defined Under Namespace
Classes: BinaryTreeNode, TreeNode
Constant Summary
- VERSION =
Rubytree Package Version
'0.8.1'