data_structures
|
#include "rbt.h"
Go to the source code of this file.
Functions | |
size_t | rbt_height (const t_rbt *rbt) |
Returns the number of tiers in the tree. More... | |
size_t rbt_height | ( | const t_rbt * | rbt | ) |
Returns the number of tiers in the tree.
Definition at line 28 of file rbt_height.c.