data_structures
|
A binary search tree. More...
#include <bst.h>
Data Fields | |
t_bst_node * | root |
The root of the tree. More... | |
size_t | size |
The number of elements in this 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... | |