binarytree.rb

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

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

$Revision$ by $Author$ on $Date$

binarytree.rb - An implementation of the binary tree data structure.

Provides a binary tree data structure with ability to store two node elements as children at each node in the tree.

Author:Anupam Sengupta (anupamsg@gmail.com)

Required files

tree  

[Validate]