數據結構實驗之分類二叉樹的構建

#include <iostream.h> #include <string.h>   typedef struct {//定義Student結構類型,即傳說中的EType        int  num;        char name[10]; }Student;   Student student[100];//定義一個student數組   typedef struct TreeNode
相關文章
相關標籤/搜索