|
C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
|
Public Attributes | |
| struct bst_node * | left |
| struct bst_node * | right |
| int | value |
Definition at line 14 of file bst.c.
Referenced by bst_contains(), bst_insert(), bst_min(), destroy_subtree(), in_order_recursive(), and make_node().
Definition at line 15 of file bst.c.
Referenced by bst_contains(), bst_insert(), bst_max(), destroy_subtree(), in_order_recursive(), and make_node().
| int bst_node::value |
Definition at line 13 of file bst.c.
Referenced by bst_contains(), bst_insert(), bst_max(), bst_min(), in_order_recursive(), and make_node().