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

實驗內容: 自己確定一個二叉樹(樹結點類型、數目和結構自定)利用順序結構方法存儲,實現樹的構造。 源代碼: #include <stdio.h> # include<string.h> # include<math.h> #include<stdlib.h> #define ClearBiTree InitBiTree   typedef char TElemType; TElemType Nil
相關文章
相關標籤/搜索