数据结构实验5
Functions
tree.cpp File Reference
#include "tree.h"
Include dependency graph for tree.cpp:

Functions

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

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 
)