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