trees -
General module for tree data structures
Content
- trees (lib/trees)
- abstract_tree: Introduce tree structures abstraction (lib/trees/abstract_tree.nit)
- bintree: Binary Tree data-structure (lib/trees/bintree.nit)
- bktree: Implementation of BKTree (lib/trees/bktree.nit)
- rbtree: A red–black tree is a data structure which is a type of self-balancing binary search tree. (lib/trees/rbtree.nit)
- trees: General module for tree data structures (lib/trees/trees.nit)
- trie: A trie (or prefix tree) is a datastructure used to perform prefix searches. (lib/trees/trie.nit)