C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
Loading...
Searching...
No Matches
bst Struct Reference

Public Attributes

bst_node_troot
 
size_t size
 

Detailed Description

Definition at line 18 of file bst.c.

Member Data Documentation

◆ root

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

size_t bst::size

Definition at line 20 of file bst.c.

Referenced by bst_create(), bst_insert(), and bst_size().


The documentation for this struct was generated from the following file: