The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Tree::Ternary_XS"

Tree::Ternary_XS - Perl extension implementing ternary search trees. River stage zero No dependents

Tree::Ternary_XS is a Perl interface to a C implementation of ternary search trees as described by Jon Bentley and Robert Sedgewick. Ternary search trees are interesting data structures that provide a means of storing and accessing strings. They comb...

LBROCARD/Tree-Ternary_XS-0.04 - 09 Apr 2000 18:03:58 UTC

Tree::Simple - A simple tree object River stage two • 15 direct dependents • 35 total dependents

This module in an fully object-oriented implementation of a simple n-ary tree. It is built upon the concept of parent-child relationships, so therefore every Tree::Simple object has both a parent and a set of children (who themselves may have childre...

RSAVAGE/Tree-Simple-1.34 - 02 Feb 2021 01:26:51 UTC

Tree::Binary::Search - A Binary Search Tree for perl River stage one • 2 direct dependents • 2 total dependents

This module implements a binary search tree, which is a specialized usage of a binary tree. The basic principle is that all elements to the left are less than the root, all elements to the right are greater than the root. This reduces the search time...

RSAVAGE/Tree-Binary-1.09 - 01 Feb 2021 23:46:40 UTC
3 results (0.029 seconds)