搜索资源列表
-
0下载:
数据结构设计--平衡二叉树的实现,完整实现二叉树算法-data structure design -- achieving a balanced binary tree, to achieve complete binary tree algorithm
-
-
0下载:
编制一个程序实现平衡二叉树的三种基本功能:查找、插入和删除.还有拆分平衡二叉树、合并平衡二叉树.-procedures for the preparation of a balanced binary tree of the three basic functions : Find, insertion and removal. Resolution also balanced binary tree, the merger balanced binary tree.
-
-
0下载:
二叉排序树和平衡二叉树计算程序。-binary sort tree and balanced binary tree program.
-
-
0下载:
VC二叉排序树和平衡二叉树计算程序-VC binary sort tree and balanced binary tree program
-
-
0下载:
平衡二叉树,又称为AVL树,是1962年由Adelsonr Velskii 和Landis 提出并以他们的名字命名的,它是具有如下性质的二叉树:-balanced binary tree, also known as AVL tree, yes in 1962 by Adelsonr Velskii and Landis made and named after them , it is the nature of the binary tree is as follows :
-
-
0下载:
1、实现动态查找表的三种基本功能:查找、插入、和删除。
2、初始,平衡二叉树为空树,操作界面给出查找、插入和删除三种操作供选择。每种操作均要提示输入关键字。每次插入或删除一个结点后,应更新平衡二叉树的显示。
3、平衡二叉树的显示采用树形结构显示二叉树。
4、合并两棵平衡二叉树。
5、把一棵平衡二叉树分裂为两棵平衡二叉树,使得在一棵树中的所有关键字都小于或等于x,另一棵树中的任一关键都大于x
-1, the dynamic lookup table of the thr
-
-
0下载:
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。
(3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的
-
-
2下载:
7、二叉平衡排序树
问题描述:创建二叉平衡排序树
基本要求:
1、 输入数据的数量不得低于15个
2、 建立二叉平衡排序树(要求包括LL型LR型RR型RL型四种调整方式)
3、 完成任意数据的查找(要求给出查找执行的次数)
-7, binary sort tree balanced descr iption of the problem: Create a balanced binary tree sort of basic requirements: 1, the nu
-
-
0下载:
A heap is a binary tree satisfying the following
conditions:
This tree is completely balanced.
If the height of this binary tree is h, then leaves
can be at level h or level h-1.
All leaves at level h are as fa
-
-
0下载:
利用VC++对平衡二叉树功能的实现-Using VC++ to achieve a balanced binary tree functions ... ... ... ... ... ... ... ...
-
-
0下载:
此文件夹中共包括十二个小程序
AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除
Boyer_Moore算法的串模式匹配
Horspool算法的串模式匹配
Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历
HeapSort利用堆排序实现优先级队列
Merge实现二路归并排序算法
MFK动态规划解背包问题
nqueue求解n皇后问题
QuickSort快速排序算法的实现。
Shell排序算法的实现。
Tree程序
-
-
0下载:
该程序使用Visual C++编写的一个数据结构中平衡排序二叉树的一个实现程序-Use the program Visual C++ to prepare a data structure in a balanced binary tree sort of a realization of the procedure
-
-
0下载:
c++实现的创建一棵平衡二叉树(注释的很详细哦)-c++ to achieve a balanced binary tree (oh, very detailed notes)
-
-
0下载:
avl tree algorithm - Self – Balanced Binary Search Tree -avl tree algorithm- Self – Balanced Binary Search Tree
-
-
0下载:
平衡二叉树:插入结点
在平衡二叉排序树BBST上插入一个新数据元素e
删除结点
删除结点过程与插入结点的操作类似,基本过程是:平衡二叉树,找到要删除的结点,删除一个结点,变成二叉树,旋转,变回平衡二叉树。
查找
把给定值与根结点作比较,若给定值大于根结点则查找其右子树,小于则查找其左子树,如此类推。
-Insertion node in the balanced binary sort tree BBST insert a new data element e remov
-
-
0下载:
该程序主要是针对平衡二叉树的操作而设计的,程序执行的命令包括:
(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
-
-
0下载:
基本实现平衡二叉树的创建,插入和删除操作。使用C++代码实现-Basic balanced binary tree to create and delete operation.
-
-
0下载:
使用数据结构的知识,实现二叉平衡树插入查询操作。插入创建二叉平衡树,并查找某个元素,如果没有该元素,则将此元素插入进去。-Use knowledge of data structures to achieve balanced binary tree insert query operations. Create a balanced binary tree insertion, and look for an element, if not the element, the element i
-
-
1下载:
控制台版学生管理系统,数据结构用平衡二叉树实现,10万数据秒杀,支持文件读写-The console version of the student management system, with a balanced binary tree data structure, data 100000 seconds to kill, the supporting documents to read and write
-
-
0下载:
使用c语言编写程序实现了平衡二叉树的创建功能-Use c language to create a balanced binary tree functions
-