data_structures
|
A left-leaning red-black binary search tree. More...
#include <rbt.h>
Data Fields | |
t_rbt_node * | root |
The root of the tree. More... | |
const t_type * | key_type |
The type of keys in the tree. More... | |
const t_type * | val_type |
The type of values in the ree. More... | |