Module hierarchies

Source

Modulesยง

arena_bst
A safe, arena-based (indexed) binary search tree (BST)
arena_gentree
A safe, indexed, n-ary tree implementation
avl_tree
A safe, arena-backed (indexed) AVL tree
bin_heap
An arena-allocated (min) binary heap implementation
linked_bst
A safe, linked binary search tree (BST)
safe_linked_gentree
A safe, linked, n-ary tree implementation
traits