数据结构实验之分类二叉树的构建

#include <iostream.h> #include <string.h>   typedef struct {//定义Student结构类型,即传说中的EType        int  num;        char name[10]; }Student;   Student student[100];//定义一个student数组   typedef struct TreeNode
相关文章
相关标签/搜索