43# ifndef TPL_DYNTREAP_H
44# define TPL_DYNTREAP_H
55 template <
typename Key,
typename Type,
class Compare = Aleph::less<Key> >
Generic key-value map implemented on top of a binary search tree.
Main namespace for Aleph-w library functions.
Dynamic mapping implemented with treap trees.
Dynamic key-value map based on balanced binary search trees.
Treap: randomized BST combining tree and heap properties.