数据结构实验5
Classes | Typedefs | Functions
tree.h File Reference
#include <cstdlib>
#include <cstdio>
Include dependency graph for tree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tree
 

Typedefs

typedef struct tree tree
 

Functions

treet_malloc (char a)
 
void init_tree (tree **pointer)
 
void trav (tree *root)
 
void trav_correct (tree *root, int depth)
 

Typedef Documentation

◆ tree

typedef struct tree tree

Function Documentation

◆ init_tree()

void init_tree ( tree **  pointer)

◆ t_malloc()

tree* t_malloc ( char  a)

◆ trav()

void trav ( tree root)

◆ trav_correct()

void trav_correct ( tree root,
int  depth 
)