二叉樹的鏈式結構。

二叉樹的鏈式結構建立(建立時採用先序遍歷順序建立)、求二叉樹的深度、求二叉樹的葉子節點、求二叉樹的總節點、先序遍歷、中序遍歷、後序遍歷。ios Status.h測試 #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 #define INFEASIBLE -1 #define OVERFLOW -2 typedef int Sta
相關文章
相關標籤/搜索