Bug 71257 - New Port: devel/p5-Tree-Binary - An object-oriented binary tree for Perl
Summary: New Port: devel/p5-Tree-Binary - An object-oriented binary tree for Perl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-01 18:50 UTC by Aaron Dalton
Modified: 2004-10-12 12:01 UTC (History)
0 users

See Also:


Attachments
submission.txt (3.57 KB, text/plain)
2004-09-01 18:50 UTC, Aaron Dalton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Dalton 2004-09-01 18:50:22 UTC
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 mantain 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 descisions trees. Binary trees 
are a well studied data structure and there is a wealth of information on 
the web about them.
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2004-09-21 10:18:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

Take
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2004-10-12 12:01:27 UTC
State Changed
From-To: open->closed

Port added, thanks !