搜索资源列表
tree3
- 二叉树的实现代码 前序遍历 中序遍历 后序遍历-achieve binary tree traversal sequence code before the order after preorder traversal
bttree
- 用汇编语言编写的二叉树,可实现前序遍历,中序遍历,后序遍历-assembler language of binary tree, can be realized before the preorder, preorder, after preorder
非递归前序,中序,后序遍历二叉树(优化算法)
- 非递归前序,中序,后序遍历二叉树(优化算法)-before non - recursive sequence, sequence after sequence binary tree traversal (optimization algorithm)
123
- 前序后序中序遍历
树的遍历操作
- 主要用MFC实现树的递归前序,中序,后序遍历,中序非递归遍历
二叉树的前序中序后序遍历MFC
- 我这个主要实现的是创建二叉树,并实现前序中序后序的递归遍历。
求二叉树前序遍历序列中第k个结点的值
- 求二叉树前序遍历序列中第k个结点的值 c语言程序,已测试
binarytree
- 包括建立输出前序遍历中序遍历后序遍历、求树高统计叶子总数等-Including the establishment of the output sequence of pre-order traversal traversal traversal after, and the total number of tree leaves and other high-statistics
shuju6
- 熟悉二叉树的各种存储结构的特点及适用范围;掌握建立二叉树的存储结构的方法;熟练掌握二叉树的前序、中序、后序遍历的递归及非递归算法;灵活运用递归的遍历算法实现二叉树的其它各种运算-Familiar with the binary tree structure of a variety of storage features and the scope of application acquire storage to establish the structure of binary tree
Cpp2
- 标志符树与表达式求值 有前序遍历 中序遍历 后序遍历 并用后序遍历求表达式-the technology of shu
BTree 二叉树的遍历与应用
- 二叉树的建立,前序中序后序遍历,线索化,递归非递归遍历,查找前驱或后继结点,输出,菜单实现。-The establishment of a binary tree, inorder preorder postorder traversal, threaded, non-recursive traversal recursion, find precursor or successor nodes, output, menu implementation.
Tree
- 用前序遍历 中序遍历 后续遍历 分别答应一棵树-Pre-order traversal sequence with the follow-up traversal, respectively, agreed to a tree traversal
BinTree
- 这是一个二叉树前序遍历后序遍历中序遍历的源代码程序-This is a pre-order traversal binary tree in preorder traversal after traversal of the source code program
BiTree77
- 数据结构 二叉树 前序遍历 中序遍历 后序遍历 结点-Pre-order traversal binary tree data structure in-order traversal post-order traversal node
5090309436_5_4
- 二叉树,二叉树的定义和实现,前序遍历,后续遍历,中序遍历-binaryTree, the definition and implemention of binaryTree, the preOrder,the postOrder, and the midOrder tranverse
3rd
- 树状结构,前序遍历,后续遍历,中序遍历,还有高度和交换等功能。-The tree traversal, follow-up traversal in preorder traversal, as well as height and exchange functions.
前序遍历中序遍历创建二叉树
- 前序遍历中序遍历创建二叉树详细说明,含C++代码
Tree
- C++二叉树,前序遍历中序遍历后序遍历递归,非递归版都有-C++ binary tree, traversing the recursive traversal after the preorder traversal, non recursive
java
- java编写二叉树,以及实现了二叉树的前序中序后序遍历(Achieve two binary tree preorder, in order, after traversal)
BinaryTree
- 二叉树前序中序后序遍历遍历代码,使用c++编写(Two fork tree preorder, in order, after traversal traversal code, using c++ write)