文件名称:avll
介绍说明--下载内容均来自于网络,请自行研究使用
(1) 插入新结点
(2) 前序、中序、后序遍历二叉树 (递归)
(3) 前序、中序、后序遍历的非递归算法
(4) 层次遍历二叉树
(5) 在二叉树中查找给定关键字(函数返回值为成功1,失败0)
(6) 交换各结点的左右子树
(7) 求二叉树的深度
(8) 叶子结点数
(9) 删除某结点-(1) Insert a new node (2) pre-order, in sequence, after the tree traversal (recursive) (3) pre-order, in sequence, after traversing a non-recursive algorithm (4) hierarchical tree traversal (5) in binary Find a given keyword (function returns a value of 1 on success, failure 0) (6) exchange about each node subtree (7) the depth of the binary tree (8) leaf nodes (9) delete a node
(2) 前序、中序、后序遍历二叉树 (递归)
(3) 前序、中序、后序遍历的非递归算法
(4) 层次遍历二叉树
(5) 在二叉树中查找给定关键字(函数返回值为成功1,失败0)
(6) 交换各结点的左右子树
(7) 求二叉树的深度
(8) 叶子结点数
(9) 删除某结点-(1) Insert a new node (2) pre-order, in sequence, after the tree traversal (recursive) (3) pre-order, in sequence, after traversing a non-recursive algorithm (4) hierarchical tree traversal (5) in binary Find a given keyword (function returns a value of 1 on success, failure 0) (6) exchange about each node subtree (7) the depth of the binary tree (8) leaf nodes (9) delete a node
(系统自动生成,下载前可以参看下载内容)
下载文件列表
avll.c