搜索资源列表
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
mystruct
- 这是一系列关于二叉树的创建,查找,霍夫曼等数据结构编程,-This is a series of binary tree to create, find, Hoffman data structure programming,
csharpshili
- Visual C#案例集锦 第一章C# Windows编程基础 实例1 循环语言的学习-砝码程序验证 实例2 随机数的案例-洗牌程序 实例3 通过实例来剖析C#继承机制 实例4 递归与全局变量的案例1-打靶程序 实例5 递归与全局变量的案例2-二叉树 实例6 引用类型的举例---消去字符串空格 实例7 委托的使用方法实例---加减大小比较 实例8 用C#索引器实现文本文件的倒叙输入 实例9 C#文本文件操作实例---杨辉三角形写入读出
genBST
- 通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth - first traversal, the former
E64_0230
- 平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。 (3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的
shujujiegou
- 数据结构完整实验报告。内含多个原代码: 线性表基本操作,堆栈与队列, 二叉树基本操作,图的基本操作, 查找
ORDERTRE
- 在turbo C 环境下运行调试成功实现二叉排序树和排序树的查找
lzh
- 本软件是在VC++来编译,在VC++的平台下运行,运行界面是黑色屏幕,本软件是实现最优二叉查找树结点的基本操作,在执行结果的屏幕下首先输入树的结点值以-1作为输入结束,然后选择要进行的操作,选择一是显示最优二叉树,选择二是插入一个结点,选择三是查找一个结点,选择四是删除一个结点.在选择各个操作后屏幕会提示要不要继续进行(Y/N),选择Y是继续操作,选择N是退出操作.本软件界面简单,容易操作,提示语句都采用中文,简单易懂.
shuju1
- 编写程序实现下面运算:在二叉排序树中查找关键字为key的记录。
AVL树实现
- 纯C实现的AVL树,Demo是MFC的。非递归的遍历,完全支持添加、删除和搜索节点。设计灵活,容易扩展。以下是API struct tagAvlTree; typedef struct tagAvlTree AvlTree; struct tagAvlNode; typedef struct tagAvlNode AvlNode; struct tagAvlNode { AvlNode *left; AvlNode *right; int32_t height;
myTree
- MFC写的一个程序,实质主要是二叉排序树的显示,树的节点是学生的成绩段信息。视图左边各种操作,添加删除节点,查找统计,文件的保存和读取。右边是树的显示,包括节点移动,右键弹出相关信息等。分割窗口,滚动条,视图缩放等。-A program written in MFC, the real key is the display of binary sort tree, the tree node is the information section of student achievement. V
treelinkedlist
- 本程序的实现是要实现二叉查找树的内容,实现二叉查找树的插入好删除,查找等工作,让我们可以轻松的实现二叉查找树-This procedure is to achieve the realization of binary search tree of content, the realization of binary search tree insertion deletion good to find work so that we can easily achieve the binary
bintree
- 实现二叉树的先序中序后序的递归与非递归查找-Binary tree in order to achieve the first order after the order of the recursive and non recursive search
Binary-Sort-Tree
- 建立一个二叉排序树,要求完成树上结点的查找和删除,基于MFC图形界面-Create a binary sort tree, the tree nodes required to complete the search and delete MFC-based GUI
trees-DLR-and-LDR
- 设二叉树结点值为大写字母,输入二叉树的前序遍历和中序遍历序列,生成此二叉树,输出该二叉树的后序遍历和按层次遍历序列。输入某结点值,在二叉树中查找该结点,若该结点存在,则输出从根到该结点的路径,否则给出不存在信息。 -Let binary tree node value of capital letters input binary tree preorder traversal and inorder traversal sequences, this binary tree is gene