数据结构实验5
|
#include "tree.h"
Functions | |
tree * | t_malloc (char a) |
void | init_tree (tree **pointer) |
void | trav (tree *root) |
void | trav_correct (tree *root, int depth) |
void init_tree | ( | tree ** | pointer | ) |
tree* t_malloc | ( | char | a | ) |
void trav | ( | tree * | root | ) |
void trav_correct | ( | tree * | root, |
int | depth | ||
) |