搜索资源列表
二叉树,图,排序,查找代码
- 二叉树,图,查找,排序的几个代码,用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
erchapaixushu.cpp
- 调用建立二叉排序树,检索给定值,插入/删除给定指针所指结点各算法的主程序-call to establish two binary sort tree, retrieval given value, insertion / deletion of a given target node under the main program algorithm
2tree
- 用二叉排序树实现排序
best
- 二叉排序树的建立和查找,输入数据按回车即可建立排序二叉树-Binary sort tree establishment and search, input data by enter established binary tree sort
shujujiegoushiyan
- 我们一学期的数据结构的试验 有 顺序表 链表 三元组 二叉排序树 ……的程序 用c编写的 绝对是可以运行的-We are one semester of the test data structure are the order form list triple binary sort tree ... ... the procedures used to prepare the absolute c is running
2
- 一个二叉树排序的程序,根据输入的数值自动建立二叉树,并输出排序后的结果-Bibary tree and then print out the ordered mumber
tree
- 平衡二叉树:插入结点 在平衡二叉排序树BBST上插入一个新数据元素e 删除结点 删除结点过程与插入结点的操作类似,基本过程是:平衡二叉树,找到要删除的结点,删除一个结点,变成二叉树,旋转,变回平衡二叉树。 查找 把给定值与根结点作比较,若给定值大于根结点则查找其右子树,小于则查找其左子树,如此类推。 -Insertion node in the balanced binary sort tree BBST insert a new data element e remov
arrange
- 用于二叉树的排序问题,解决排序的问题,不含密码-The scheduling problem for binary trees
erchashu
- 利用c#语言实现了二叉树的构造,并且同时实现了对二叉树的各种操作,例如二叉树排序,查找最大值或最小值。-C# computer language, using the binary tree structure, and simultaneous operation of all kinds of binary tree, such as binary tree sort, find the maximum or minimum value.
VC
- 用VC实现二叉树的排序问题的源代码,很详细的代码程序解释-Binary tree sort of problem with VC source code, a detailed code of procedure explained
bst-remove
- 筛选排序二叉树中的数据,分别有>,<=,以及两者之间的函数-Filter data sorted binary tree, respectively,> , < =, and the difference between the function
Algorithm
- 用C#实现数据结构的各种排序功能,包括选择排序,快速排序,希尔排序,二分法排序,二叉排序树等-C# data structure to achieve the various sorting functions, including selection sort, quick sort, Hill sorting, sort of dichotomy, binary sort tree
bianry-sort-tree
- 设计了算法,将n个数据组成二叉排序树结构,并可以删除其中的一个结点。 输入:数据个数n、n个数据、需要删除的数值value。 输出:原始数据、二叉排序树的中序输出及删除结点value后的结果。-Designed the algorithm, the data consisting of n binary sort tree structure, and you can remove one node. Input: the number of data n, n data, you
ORDER
- 对一组输入数据构建相应的二叉排序树,并利用其中序遍历对数据进行升序排序。(此题人工批改,必须使用二叉树进行排序,其它算法不得分-
WpfThreadBinaryTree
- 用WPF实现的二叉树排序动态过程,是可视化的排序过程,有助于理解二叉树排序的原理。-WPF binary tree sorting process to achieve dynamic, visual sorting process is to help understand the principles of binary sort tree.
data-structure
- 数据结构基本算法:包括单链表操作、二叉树建立及遍历、基本的排序-The basic data structure algorithms: including single chain operations, binary tree traversal establish and basic ordering
123
- 数据结构小学期作业 简单的运算程序 一共12个 其中有 快速排序 希尔排序 二叉树 等-this is
tree
- 二叉树树是一种重要的非线性数据结构,直观地看,它是数据元素(在树中称为结点)按分支关系组织起来的结构,很象自然界中的树那样。树结构在客观世界中广泛存在,如人类社会的族谱和各种社会组织机构都可用树形象表示。树在计算机领域中也得到广泛应用,如在编译源程序如下时,可用树表示源源程序如下的语法结构。又如在数据库系统中,树型结构也是信息的重要组织形式之一。一切具有层次关系的问题都可用树来描述。满二叉树,完全二叉树,排序二叉树。中序遍历,先序遍历,后序遍历-Binary tree is an importa
二叉树排序
- 二叉树进行排序,可以计算一列数的大小关系(Two fork tree sorting, you can calculate the size of a column of the relationship)