数据结构实验5
Public Attributes
|
List of all members
tree Struct Reference
#include <
tree.h
>
Collaboration diagram for tree:
[
legend
]
Public Attributes
struct
tree
*
lchild
struct
tree
*
rchild
char
data
Member Data Documentation
◆
data
char tree::data
◆
lchild
struct
tree
* tree::lchild
◆
rchild
struct
tree
* tree::rchild
The documentation for this struct was generated from the following file:
D:/source/data_structure/deque/
tree.h
Generated by
1.8.16