Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Functions | |
void | IntDest (void *a) |
int | IntComp (const void *a, const void *b) |
int | main () |
int IntComp | ( | const void * | a, |
const void * | b | ||
) |
Definition at line 20 of file test_red_black_tree.c.
Referenced by main().
void IntDest | ( | void * | a | ) |
Definition at line 14 of file test_red_black_tree.c.
References free().
Referenced by main().
int main | ( | void | ) |
Definition at line 26 of file test_red_black_tree.c.
References IntComp(), IntDest(), malloc(), newNode(), RBDelete(), RBExactQuery(), RBTreeCreate(), RBTreeDestroy(), RBTreeInsert(), tree, TreePredecessor(), and TreeSuccessor().