數據結構-二叉樹的基本操做

目標效果:函數 dsp0603.cpp頁面;.net #include <stdio.h> #include <stdlib.h> #define ElemType char //二叉樹中數據元素類型 #include "bintree.h" //二叉樹的實現 //打印結點數據(做爲Visit函數) Status print(char); //計算二叉樹中葉子結點的個數 int LeafCo
相關文章
相關標籤/搜索