|
C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
|
Public Attributes | |
| bst_node_t * | root |
| size_t | size |
| bst_node_t* bst::root |
Definition at line 19 of file bst.c.
Referenced by bst_contains(), bst_create(), bst_destroy(), bst_in_order(), bst_insert(), bst_max(), and bst_min().
| size_t bst::size |
Definition at line 20 of file bst.c.
Referenced by bst_create(), bst_insert(), and bst_size().