Search results for "module:Tree::Node"
Tree::Node - Memory-efficient tree nodes in Perl
This module implements a memory-efficient node type (for trees, skip lists and similar data structures) for Perl. You may ask "Why bother implementing an ordered structure such as a tree when Perl has hashes built-in?" Since Perl is optimized for spe...
RRWO/Tree-Node-0.08 - 20 Jul 2007 09:56:22 UTC
Tree::RB::Node - A node class for implementing Red/Black trees
A Tree::RB tree is made up of nodes that are objects of type Tree::RB::Node...
ARUNBEAR/Tree-RB-0.500006 - 07 Oct 2017 13:34:31 UTC
Bio::Tree::Node - A Simple Tree Node
Makes a Tree Node suitable for building a Tree....
CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC
Pod::Tree::Node - nodes in a Pod::Tree
"Pod::Tree::Node" objects are nodes in a tree that represents a POD. Applications walk the tree to recover the structure and content of the POD. Methods are provided for * creating nodes in the tree * parsing the POD into nodes * returning informatio...
MANWAR/Pod-Tree-1.31 - 22 Feb 2019 10:53:09 UTC
Tree::RedBlack::Node - Node class for Perl implementation of Red/Black tree
A Tree::RedBlack::Node object supports the following methods: key () Key of the node. This is what the nodes are sorted by in the tree. val ($) Value of the node. Can be any perl scalar, so it could be a hash-ref, f'rinstance. This can be set directl...
BHOLZMAN/Tree-RedBlack-0.5 - 31 Jul 2008 18:50:24 UTC
FAST::Bio::Tree::Node - A Simple Tree Node
Makes a Tree Node suitable for building a Tree....
DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTCTree::Navigator::Node - The great new Tree::Navigator::Node!
DAMI/Tree-Navigator-0.06 - 10 Nov 2015 03:29:34 UTC
RandomJungle::Tree::Node - A simple representation of a node in a RandomJungle::Tree
RFREIMUTH/RandomJungle-0.05
-
30 Nov 2012 08:16:46 UTC
Tree::Binary::Search::Node - A node for a Tree::Binary::Search tree
This is a subclass of Tree::Binary and is mostly used by Tree::Binary::Search....
RSAVAGE/Tree-Binary-1.09 - 01 Feb 2021 23:46:40 UTC
Tree::Visualize::Node::INode - An abstract base class for Node drawings
STEVAN/Tree-Visualize-0.01
-
15 Nov 2004 22:18:34 UTC
Role::TinyCommons::Tree::Node - Role for a tree node object
To minimize clash, utility methods are separated into a separate role Role::TinyCommons::Tree::NodeMethods....
PERLANCAR/RoleBundle-TinyCommons-Tree-0.129 - 14 Nov 2021 00:06:29 UTC
Role::TinyCommons::Tree::Node - Role for a tree node object
To minimize clash, utility methods are separated into a separate role Role::TinyCommons::Tree::NodeMethods....
PERLANCAR/Role-TinyCommons-Tree-0.128 - 13 Oct 2021 00:05:20 UTC
Tree::Visualize::Node::Factory - A Tree::Visualize::Node::INode Factory
STEVAN/Tree-Visualize-0.01
-
15 Nov 2004 22:18:34 UTC
Tree::Navigator::Node::Filesys - The great new Tree::Navigator::Node::Filesys!
DAMI/Tree-Navigator-0.06 - 10 Nov 2015 03:29:34 UTC
DBIx::Tree::MaterializedPath::Node - node objects for "materialized path" trees
This module implements nodes for a "materialized path" parent/child tree. Note: Normally nodes would not be created independently - create a tree first using DBIx::Tree::MaterializedPath and then create/manipulate its children....
LARRYL/DBIx-Tree-MaterializedPath-v0.06 - 26 Nov 2008 04:53:36 UTCTree::Navigator::Node::DBI - The great new Tree::Navigator::Node::Filesys!
DAMI/Tree-Navigator-0.06 - 10 Nov 2015 03:29:34 UTC
Tree::DAG_Node - An N-ary tree
This class encapsulates/makes/manipulates objects that represent nodes in a tree structure. The tree structure is not an object itself, but is emergent from the linkages you create between nodes. This class provides the methods for making linkages th...
RSAVAGE/Tree-DAG_Node-1.32 - 02 Feb 2021 00:08:31 UTC