Graphviz 12.0.1~dev.20240715.2254
Loading...
Searching...
No Matches
test_red_black_tree.c File Reference
#include "config.h"
#include <rbtree/red_black_tree.h>
#include <stdio.h>
#include <ctype.h>
Include dependency graph for test_red_black_tree.c:

Go to the source code of this file.

Functions

void IntDest (void *a)
 
int IntComp (const void *a, const void *b)
 
int main ()
 

Function Documentation

◆ IntComp()

int IntComp ( const void *  a,
const void *  b 
)

Definition at line 20 of file test_red_black_tree.c.

Referenced by main().

Here is the caller graph for this function:

◆ IntDest()

void IntDest ( void *  a)

Definition at line 14 of file test_red_black_tree.c.

References free().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ 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().

Here is the call graph for this function: