搜索资源列表
18.二叉排序树的建立
- 本人数据结构学的还可以,所以多传了些数据结构的程序,希望大家多多支持,这个是二叉排序树的建立和查找-data structure can also learn, so most of the more-data structure of procedures in the hope that we can support, this is a binary tree in order to establish and identify
二叉树,图,排序,查找代码
- 二叉树,图,查找,排序的几个代码,用c 写的,能运行。不错的程序哦!-binary tree, map, locate, sort of several code used to write c, can run. Good procedures Oh!
二叉排序树及其查找
- 数据结构 上机 二叉排序树及其查找,包含更新二叉排序树存储二叉排序树上的查找,二叉排序树上的插入,二叉排序树上的删除等-data structure two forks on the plane and you sort tree, update contains two fork-tree storage binary search tree by sequencing, two tree fork insertion sort, two fork of the tree sort delet
二叉排序树完整版
- 二叉排序数。包括排序,插入,删除,查找。-ranking number two forks. Includes sorting, insert, delete, search.
111
- 数据结构二叉树结构的实现。实现了二叉查找树所特有的功能
lzh
- 本软件是在VC++来编译,在VC++的平台下运行,运行界面是黑色屏幕,本软件是实现最优二叉查找树结点的基本操作,在执行结果的屏幕下首先输入树的结点值以-1作为输入结束,然后选择要进行的操作,选择一是显示最优二叉树,选择二是插入一个结点,选择三是查找一个结点,选择四是删除一个结点.在选择各个操作后屏幕会提示要不要继续进行(Y/N),选择Y是继续操作,选择N是退出操作.本软件界面简单,容易操作,提示语句都采用中文,简单易懂.
avl_tree
- avl树的实现: avl树是每个节点的左子树和右子树的高度最多差1的二叉查找树.一棵高度为h的avl树最少节点数由S(h) = S(h-1)+S(h-2)+1得到.avl树要保证任一节点的左右子树的高度之差的绝对值不能超过1(空树的高定义为1).在插入和删除的时候就需要根据情况对树的某些节点做调整
3
- 图的创建, 二叉树的建立与遍例, 二叉树的算法:含有插入结点,删除结点,和查找方法-Map creation, tree establishment and all over the cases, binary tree algorithms: insert containing nodes, delete nodes, and to find methods
erchashu
- 二叉树的查找与构成及其形成原理,对于二叉树的查找原理!-Find the tree and its form and principle, the principle of the binary tree search!
tree
- 平衡二叉树:插入结点 在平衡二叉排序树BBST上插入一个新数据元素e 删除结点 删除结点过程与插入结点的操作类似,基本过程是:平衡二叉树,找到要删除的结点,删除一个结点,变成二叉树,旋转,变回平衡二叉树。 查找 把给定值与根结点作比较,若给定值大于根结点则查找其右子树,小于则查找其左子树,如此类推。 -Insertion node in the balanced binary sort tree BBST insert a new data element e remov
erchashu.txt
- 包括二叉树的建立和查找,是查找算法的一种,大家可以看看,参考一下。-Including the establishment of a binary tree and search is a search algorithm, we can see that reference.
binarytreealgorithms
- 二叉树的各种算法,插入、删除、查找和遍历-Binary tree algorithms, insert, delete, search and traversal, etc.
c二叉查找树
- 二叉树查找算法,是c数据结构的内容比较难做我做了很长时间才做出来(Two tree search algorithm, C data structure is more difficult to do, I have done a long time to do it)
二叉树谱
- 进行数据的 整理 排序 删除 添加 查找 修改 操作(Sorting out the data to delete the add lookup modification operation)
二叉排序树的建立查找插入和删除
- 二叉树的建立,插入,以及排序的完整实现。(The establishment of the two fork tree, insert, sort and complete implementation.)
03平衡二叉树_AVLTree
- 查找算法,平衡二叉树,大话数据结构里面的。(Lookup algorithm, balance two forked tree, big talk data structure inside.)
02二叉排序树_BinarySortTree
- 二叉排列树的查找算法,《大话数据结构》里面的。(Lookup algorithm, balance two forked tree, big talk data structure inside.)
二叉树
- 基于二叉查找树进行优化,进而可以得到其他的树表查找算法,如平衡树、红黑树等高效算法(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.)
二叉链式树
- 有创建,找孩子,查找,输出深度,前中后序输出,嵌套括号输出,凹入输出(There are create, find children, find, output depth, front and rear output, nested brackets output, concave output.)
Binarytree
- 二叉查找树:删除比指定元素大或小的元素,删除一个范围内的元素;删除、插入、查找非递归以减少运行时间;寻找第i大的元素(Binary Search tree: delete elements larger or smaller than the specified element, delete an element within a range; delete, insert, find function in non recursion to reduce running time; find