搜索资源列表
二叉树的创建及先序、中序、后序遍历
- 实现数据结构中的二叉树的创建及先序、中序、后序遍历-data structure to create the binary tree and first sequence, sequence, after the preorder
BinTree
- 用迭代子和容器实现从文件流读取数据来创建二叉树
BiTree
- 实现根据输入的前序和中序序列创建二叉树! 并且按层次遍历二叉树!
二叉树的创建于遍历
- 二叉树的创建于遍历
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
datastructure
- 非递归创建二叉树.并且用非递归算法实现对二叉树的前序、中序、后序和广度遍历。 实现语言:C-Create a binary tree non-recursive. And the use of non-recursive algorithm for binary tree of the former order, in sequence, after the traversal sequence and breadth. Implementation language: C
3
- 图的创建, 二叉树的建立与遍例, 二叉树的算法:含有插入结点,删除结点,和查找方法-Map creation, tree establishment and all over the cases, binary tree algorithms: insert containing nodes, delete nodes, and to find methods
Binarytree
- 二叉数的基本操作源码,包括创建二叉树,先根、中根、后根遍历二叉树等等操作。-Binary source code a few basic operations, including the creation of binary tree, the first root, root, root binary tree traversal operation and so on.
SimpleBinaryTreeExample
- 创建二叉树,添加元素,删除元素 ,遍历这棵树 ,重设树的大小,增加和消减, -Simple Binary Tree Example。
Tree
- 非递归先序,中序及后序遍历二叉树. 根据二叉树广义表的字符串创建二叉树-First non-recursive sequence, and after the sequence of binary tree traversal
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
erchashu__jiedianzonngshu
- 初始化二叉树,创建二叉树,并计算二叉树总结点数,输出-Binary tree is initialized, create a binary tree, and calculate the tree summary points, output
feng12
- 判断给定的二叉树是否为完全二叉树。该程序用于创建一棵二叉树,并且判断该二叉树是否是完全二叉树-To determine whether a given binary tree is complete binary tree. The program used to create a binary tree, and determine whether the tree is fully binary tree
Bitree
- 采用OOP实现的 类的声明及其相关结构的定义:所有成员函数都通过测试了,大家只要通过CreateBinaryTree()函数用广义表字符串创建广义表后,就可以调用我写的任何一个成员函数了,可能还有其他更多的关于二叉树的算法,正在补充中,大家参考,共同学习共同交流。-)。-Data structure of binary tree traversal (pre-order, in sequence, after the sequence) algorithm, including recurs
Desktop
- 数据结构 java版本 二叉树的创建 序遍历,中序遍历,后序遍历 +考试题目(Ordered traversal, inorder traversal, backward traversal)
4、二叉树的应用
- 在计算机科学中,二叉树是每个节点最多有两个子树的树结构。本程序能够实现二叉树的创建、先序、中序、后序、层次遍历、计算高度等功能。(In computer science, a two tree is a tree structure with two subtrees at each node. This program can realize the creation of two binary tree, first order, middle order, backward order,
SeqBiTree
- 顺序存储结构下的二叉树创建和初始化,二叉树的顺序存储表示结构定义(Definition of sequential storage representation structure for two binary tree)
Tree
- 练习创建二叉树,输出,利用递归算法等。先序后序中序便利二叉树。(Practice creating two forked trees, output, using recursive algorithms, and so on. The preorder in preorder is convenient for the two forked tree.)
ErChashu_CMap
- 基于VISUAL C++ 2010 平台下,完成二叉树的建立,创建,等等,非常适合初学者学习 ,有完整的整份工程,运行即可。(Based on the VISUAL C++ 2010 platform, the completion of the establishment of two fork tree, the creation, and so on, very suitable for beginners to learn, a complete whole project, runni
二叉链式树
- 有创建,找孩子,查找,输出深度,前中后序输出,嵌套括号输出,凹入输出(There are create, find children, find, output depth, front and rear output, nested brackets output, concave output.)