数据结构实验5
Public Attributes | List of all members
tree Struct Reference

#include <tree.h>

Collaboration diagram for tree:
Collaboration graph
[legend]

Public Attributes

struct treelchild
 
struct treerchild
 
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: