搜索资源列表
BinTreeExp
- 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
traverse
- 后续遍历非递归 数据结构中二叉树的遍历中 使用后续遍历非递归遍历二叉树-Follow-up data structure traversal non-recursive traversal of binary tree used in the follow-up traversal non-recursive binary tree traversal
Bitree
- 二叉树非递归,bitree。。二叉树非递归,bitr-no
binary-tree
- (1)输入字符序列,建立二叉链表。 (2)先序、中序、后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法。(最好也能实现先序、后序非递归算法) (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)借助队列实现二叉树的层次遍历。 (7)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) Enter the character sequence to build binary list. (2) first order, in sequence, a
BinTree
- 二叉排序树,实现树的各种操作,包括计算深度,找最大值最小值,还有各种遍历的递归算法和非递归算法,以及查找查找树的前驱节点和后继节点-Binary sort tree, the tree to achieve various operations, including the calculation of depth, looking for maximum minimum, there are various recursive traversal algorithm and non-recur
main
- 二叉树的前中后的三种递归和非递归还有线索化-Binary tree in front of three recursive and non-recursive well after cued
TreeScan
- ⑴输入字符序列,建立二叉链表。 ⑵中序遍历二叉树:递归算法。 ⑶中序遍历二叉树:非递归算法。(最好也能实现先序,后序非递归算法) ⑷求二叉树的高度 。-⑴ input character sequence, build binary list. ⑵ preorder binary tree: the recursive algorithm. ⑶ preorder binary: non-recursive algorithms. (Preferably the first
tree
- 输入字符序列,建立二叉链表。 前序、中序、后序遍历二叉树:递归算法。 前序、中序、后序遍历二叉树:非递归算法。 求二叉树的高度 。-Enter the character sequence, build binary list. Preorder, inorder, preorder after binary: recursive algorithm. Preorder, inorder, preorder after binary: non-recursive algor
2_Tree
- 二叉树的遍历算法,后序遍历的非递归实现。-2-Tree algorithm