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