General module for tree data structures

All groups 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 nitc nitc nitc->trees

Parents

package core

core

Nit common library of core classes and methods

Children

package ai

ai

Simple library for basic artificial intelligence algorithms
package nitc

nitc

Nit compiler and tools