第九周專案二

2021-08-10 13:53:56 字數 571 閱讀 1492

/*  

煙台大學計算機學院

檔名稱:xiangmu.cpp

完成日期:2023年11月9日

問題描述:實現二叉樹的先序、中序、後序遍歷的遞迴演算法,

並對用」a(b(d,e(h(j,k(l,m(,n))))),c(f,g(,i)))」建立的二叉樹進行測試。

輸入描述:無

輸出描述:輸出二叉樹先中後序遍歷結果

*/

#include #include "../btree.h"//用到了btree.h

void preorder(btnode *b) //先序遍歷的遞迴演算法

} void inorder(btnode *b) //中序遍歷的遞迴演算法

} void postorder(btnode *b) //後序遍歷的遞迴演算法

第九周專案二

corpyright c 2013,煙台大學計算機學院 all right reseved.完成日期 2014年4月21日 版本號 v1.0 輸入描述 問題描述 時間累!程式輸出 問題分析 演算法設計 include include using namespace std class ctime v...

第九周專案二

檔名稱 完成日期 2014年 04月22號 版本號 v1.0 對任務及求解方法的描述部分 輸入描述 無 問題描述 時間類中的運算子過載 程式輸出 無 問題分析 演算法設計 include using namespace std class ctime ctime ctime int h,int m,...

第九周專案四

corpyright c 2013,煙台大學計算機學院 all right reseved.完成日期 2014年4月22日 版本號 v1.0 輸入描述 問題描述 建立乙個向量類myvector!程式輸出 問題分析 演算法設計 include using namespace std class myv...