搜索资源列表
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
bltree
- c++实现的创建一棵平衡二叉树(注释的很详细哦)-c++ to achieve a balanced binary tree (oh, very detailed notes)
AVL
- 平衡二叉树的基本操作.包括查找、插入、删除、合并等操作-AVL Basic Functions
BinaryTree
- (1)根据给定二叉树的先序遍历和中序遍历结果,构造出该二叉树; (2)给出该二叉树的后序遍历结果; (3)判定该二叉树是否为平衡二叉树; -(1) According to the given binary tree preorder traversal and inorder traversal a result, constructed out of the binary tree (2) given in the post-order traversal of the bin
Tree
- C语言编写的构造平衡二叉树的小程序,总共有四个操作功能-C program
BalenceTwoTree
- 数据结构中的平衡二叉树的C++实现,平衡二叉树可以说是比较难的一点,希望对你有所帮助。-Balanced binary tree data structure in the C++ implementation, balanced binary tree can be said is more difficult point, want to help you.
BiSrchTrBalanced
- 平衡二叉树的c语言实现,在codeblocks可运行-Balance binary tree c language implementation, in codeblocks can run
AVL
- AVL树,哈希树,以及相关算法。平衡二叉树的查找-AVL tree lookup operation
balance-tree
- 平衡二叉树的程序,C++实现,当时写了一天-The the balanced binary program, C++ achieve was written the day
vic
- 二叉排序树与平衡二叉树的判别:系统应具备的功能: (1)根据输入建立一棵二叉树 (2)判断该树是否为二叉排序树 (3)判断该树是否为平衡二叉树-Binary sort tree balanced binary discriminant
balance
- 平衡二叉树的实现 数据结构编程习题 原创代码 仅供参考-The realization of the balanced binary tree data structure programming exercises original code for reference only.
StudentGradeManagementSystem
- 数据结构课程设计,用平衡二叉树实现学生成绩管理-Data structure curriculum design, student performance management to achieve a balanced binary tree
Balanced-binary-tree-operation-two
- 该程序主要是针对平衡二叉树的操作而设计的,程序执行的命令包括: (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
05HashTable
- 包括了静态查找,二叉排序树的查找,平衡二叉树,B树,以及基于哈希表的查找。是学习数据结构树,以及关于查找算法的代码-Including static lookup, binary sort tree lookup, balanced binary tree, B tree, and on the hash table lookup. Tree data structure is to learn, as well as about finding algorithm code
binarytree
- 生成平衡二叉树,以及其他操作,先序遍历等-Generate a balanced binary tree, as well as other operations
Buildable_tree
- Buildable_tree数据结构中的平衡二叉树。在原二叉树的基础上进行改进。-Buildable_tree balanced binary tree data structure. Improvements on the basis of the original binary.
UserLanding
- 这是一个用平衡二叉树编写的一个比较简单的用户登录系统-This is a relatively simple with a user login system written in a balanced binary tree
LoginSystem
- 基于QT4.8和平衡二叉树实现的登录系统。有注释,方便大家学习~-Login system QT4.8 and balanced binary tree based. Notes, facilitate learning ~
Balanced-Binary-Tree
- 基本实现平衡二叉树的创建,插入和删除操作。使用C++代码实现-Basic balanced binary tree to create and delete operation.
二叉树
- 基于二叉查找树进行优化,进而可以得到其他的树表查找算法,如平衡树、红黑树等高效算法(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.)