|
数据结构实验5
|
#include <cstdlib>#include <cstdio>

Go to the source code of this file.
Classes | |
| struct | tree |
Typedefs | |
| typedef struct tree | tree |
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 | ||
| ) |
1.8.16