搜索资源列表
BST
- 二岔搜索树 可完成基本操作 遍历 查找 删除 判断两树是否相等
BST
- 二叉树的应用,数据结构的上机试验题目!实现二叉树的各项功能。
BST
- 代码实现了二叉树基本操作:实现二叉树的基本操作(包括前序、中序、后序遍历);从键盘读数,利用前面实现的基本操作,生成一棵二叉查找树;通过遍历二叉树,输出该二叉树的叶节点数;通过遍历二叉树,求二叉树的最大高度;利用队列,按层次输出二叉树各结点。
wordcount
- 利用将词表存入BST树然后对词频进行统计,统计词表中词语出现次数。
BST
- 这是用C实现的二叉树的算法程序,很经典,二叉树是一种经典的数据结构
BST BBT
- 数 据 结 构 大型 作业3.1输入一个数列L,生成一棵二叉排序树T;3.2对二叉排序树T作中序遍历,输出结果;3.3计算二叉排序树T的平均查找长度, 输出结果;3.4判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;3.5再使用上述数列L,生成平衡的二叉排序树BT,每当插入新元素,发现当前的二叉排序树BT不是平衡的二叉排序树,则立即将它转换成新的平衡的二叉排序树BT;3.6计算平衡的二叉排序树BT的平均查找长度,输出结
BST
- 二叉树的应用,数据结构的上机试验题目!实现二叉树的各项功能。-Application of binary tree data structure of the machine test subject! Realize the various functions of binary tree.
BST
- 代码实现了二叉树基本操作:实现二叉树的基本操作(包括前序、中序、后序遍历);从键盘读数,利用前面实现的基本操作,生成一棵二叉查找树;通过遍历二叉树,输出该二叉树的叶节点数;通过遍历二叉树,求二叉树的最大高度;利用队列,按层次输出二叉树各结点。 -Code to achieve the basic operation of the binary tree: binary tree to achieve the basic operat
BST
- 这是用C实现的二叉树的算法程序,很经典,二叉树是一种经典的数据结构-This is the binary tree using C realize the algorithm process, it is a classic is a classic binary tree data structure
BST
- 关于二叉排序树胡数据结构程序课程设计代码-On the binary sort tree data structure procedures Hu curriculum design code
BST
- 利用c++实现BST树功能,及前叙、中续、后续遍历-Use c++ Achieve BST tree functionality, and the former Syrian, in the continued follow-up traversal
AVLTree
- AVL树的实现,其中包括BST树的建立以及平衡函数-AVL tree realize, including the BST tree set up and strike a balance between function and so on
BST
- 数据结构中的二叉搜索树,对于插入和遍历的功能,有动画显示-data struct ,binary search tree , can antimate the process of the insert and travel function of binary search tree
source_code
- 各种基本的数据结构头文件,包括链表、栈、二叉树、BST树等-mang kinds of header file for data structures
BST
- 用二叉查找树对动态查找表的设计与实现,基本操作包括:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素。-Binary search tree with the dynamic look-up table design and implementation of basic operations including: construction empty table, destroy the t
Bst
- 我们的结课作业。二叉排序树的各种操作,以及二叉排序树的绘制。MFC框架编程,界面友好-Results of our class work. Binary Sort Tree various operations, and the binary sort tree drawing
BST
- 强悍BST,可以实现BST树的大部分功能,比如查找,插入,删除,-Powerful BST
BST
- 使用BST树建立一个城市数据库,可实现插入、删除等操作(Building a city database using the BST tree)
BST二叉树的基本操作
- BST二叉排序树的插入、查询、删除、遍历 (中序遍历 从小到大)(The basic operation of the BST two forked tree.Inserting, querying, deleting, traversing two forked sort trees.)
BST
- 二叉树的实现,还有测试,学生自打,请多关照(The realization of two forked tree)