搜索资源列表
erchashujiqixiangguancaozuo
- 二叉树及其相如按操作C程序代码 凹入表示法输出 二叉树的创建 结点内容用字符串表示 二叉树的节点数 叶子数 层次遍历 前序 中序 后序遍历 查找结点 删除结点 删除结点及其子树 再用凹入表示法输出-Binary Tree and its operation, such as by indentation C code representation of the output tree to create the content node tree with the string that lea
erchashu
- 二叉树的查找与构成及其形成原理,对于二叉树的查找原理!-Find the tree and its form and principle, the principle of the binary tree search!
AVL
- 平衡二叉树的基本操作.包括查找、插入、删除、合并等操作-AVL Basic Functions
erchashu.txt
- 包括二叉树的建立和查找,是查找算法的一种,大家可以看看,参考一下。-Including the establishment of a binary tree and search is a search algorithm, we can see that reference.
erchashu
- 在二叉树中查找值为X的结点,试设计打印值为X的结点的所有祖先的算法-In the binary tree to find a value of X, node, trial designed to print the value of X, all the ancestor nodes the algorithm
BinarySearchTree
- 关于二叉树的11种操作,包括二叉树的创建,检验是否为空,求二叉树的深度,二叉树的查找,前序遍历,后序遍历,按层遍历-it is about 11 kinds of binary search tree,including creating,the depth of the tree,postorder,preorder,level of order....
erchashu
- 二叉树操作,包括了二叉树的建立,查找,求深度高度,计算结点数-Binary operations, including the establishment of a binary tree, find, seek the depth of the height of the calculation nodes
shiyanbaogao
- 数据结构试验报告册,其中包括了线性表的基本操作,栈和队列的基本操作,稀疏矩阵的运算,二叉树的基本操作,图的存储和应用,查找运算实现,排序运算实现的C程序和调试结果。-Basic operation, the stack and queues are the basic operation of the matrix and operation of the basic operation of the tree, storage and application, the lookup opera
Binarytreeoperationsource
- 二叉树的基本操作,包括查找遍历等基本功能,在此基础上做的变换-The basic operation of the binary tree
Btree
- 可以通过按键演示二叉树的创建、查找节点、删除节点、演示树高等-Through the creation of the key demo binary tree to find nodes, delete nodes, presentation tree higher
erchapaixushu
- 对一组数据构造二叉排序树,并在二叉排序树中实现多种方式的查找。 (1)选择一种数据结构存储二叉树的信息; (2)建立一个新的二叉排序树; (3)在二叉排序树中插入,删除,查找相关节点。-A set of data to construct a binary sort tree, and a variety of ways to find the binary sort tree. (1) Select a data structure stored binary tree (
AVL
- AVL树,哈希树,以及相关算法。平衡二叉树的查找-AVL tree lookup operation
stutree
- 这段代码实现了二叉树的遍历,可以说是用树进行查找的实例之一-The code implements the traversal of a binary tree, we can say Find the instance of one of the tree
searchTree2Chain
- 查找二叉树转换为双链表 包括查找二叉树的建立,遍历-hope you like
Balanced-binary-tree-operation-two
- 该程序主要是针对平衡二叉树的操作而设计的,程序执行的命令包括: (1)构造平衡二叉树;(2)输入数据; (3)对平衡二叉树的查找、插入、删除操作;(4)结束 -The program is mainly aimed balanced binary tree operation and design, program execution commands include: (a) construct a balanced binary tree (2) the input data
BiTree
- 本算法用于实现二叉树的查找和输出,使用了数据结构中的二叉树结构,精髓在于使用了函数指针。- This algorithm is used to find and implement binary output, use the data structure of the binary tree structure, the essence is the use of function pointers.
c二叉查找树
- 二叉树查找算法,是c数据结构的内容比较难做我做了很长时间才做出来(Two tree search algorithm, C data structure is more difficult to do, I have done a long time to do it)
9月24日dom和事件代码
- 二叉树的遍历,二叉树的查找以及树的定义。字数字数字数(binary tree traversal traversal of binary tree)
二叉排序树的建立查找插入和删除
- 二叉树的建立,插入,以及排序的完整实现。(The establishment of the two fork tree, insert, sort and complete implementation.)
二叉树
- 基于二叉查找树进行优化,进而可以得到其他的树表查找算法,如平衡树、红黑树等高效算法(Based on the two fork search tree, we can optimize other tree table lookup algorithms, such as balanced tree, red black tree and other efficient algorithms.)