FreeBSD.software
Home/devel/p5-Tree-Binary

p5-Tree-Binary

1.09devel

Object Oriented Binary Tree for Perl

This module is a fully object oriented implementation of a binary tree. Binary trees are a specialized type of tree which has only two possible branches, a left branch and a right branch. While it is possible to use an n-ary tree, like Tree::Simple, to fill most of your binary tree needs, a true binary tree object is just easier to maintain and use. Binary Tree objects are especially useful (to me anyway) when building parse trees of things like mathematical or boolean expressions. They can also be used in games for such things as decision trees. Binary trees are a well studied data structure and there is a wealth of information on the web about them.

$pkg install p5-Tree-Binary
metacpan.org/release/Tree-Binary
Origin
devel/p5-Tree-Binary
Size
117KiB
License
ART10, GPLv1+
Maintainer
wen@FreeBSD.org
Dependencies
1 packages
Required by
1 packages

Dependencies (1)

Required By (1)