實驗四:樹和二叉樹的實驗

#include<iostream.h> #define MaxLength 10     class BiTree {  int node[MaxLength];      int length;  public:  BiTree(int *bTree,int n);   ~BiTree(){}          void Leveroder();       void OutPut(int l
相關文章
相關標籤/搜索