General module for tree data structures

All subgroups and modules

module abstract_tree

trees :: abstract_tree

Introduce tree structures abstraction
module bintree

trees :: bintree

Binary Tree data-structure
module bktree

trees :: bktree

Implementation of BKTree
module rbtree

trees :: rbtree

A red–black tree is a data structure which is a type of self-balancing binary search tree.
module trees

trees :: trees

General module for tree data structures
module trie

trees :: trie

A trie (or prefix tree) is a datastructure used to perform prefix searches.
package_diagram trees\> trees core core trees\>->core ai ai ai->trees\>

Ancestors

group codecs

core > codecs

Group module for all codec-related manipulations
group collection

core > collection

This module define several collection classes.
group text

core > text

All the classes and methods related to the manipulation of text entities

Parents

group core

core

Nit common library of core classes and methods

Children

group ai

ai

Simple library for basic artificial intelligence algorithms

Descendants

group examples

ai > examples