Tree::Binary::Search::Node - A node for a Tree::Binary::Search tree |
Tree::Binary::Search::Node - A node for a Tree::Binary::Search tree
use Tree::Binary::Search::Node;
This is a subclass of Tree::Binary and is mostly used by Tree::Binary::Search.
$node_key
and a $node_value
. The key is used by Tree::Binary::Search to order the nodes in the tree. Both arguments are required, and exception is thrown if they are not present.
None that I am aware of. Of course, if you find a bug, let me know, and I will be sure to fix it.
See the CODE COVERAGE section of Tree::Binary for details.
stevan little, <stevan@iinteractive.com>
Copyright 2004, 2005 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Tree::Binary::Search::Node - A node for a Tree::Binary::Search tree |