二叉树的链式结构。

二叉树的链式结构建立(建立时采用先序遍历顺序建立)、求二叉树的深度、求二叉树的叶子节点、求二叉树的总节点、先序遍历、中序遍历、后序遍历。ios Status.h测试 #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 #define INFEASIBLE -1 #define OVERFLOW -2 typedef int Sta
相关文章
相关标签/搜索