搜索资源列表
datastr
- 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
shujujiegou__c++
- c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
Binary_Search_Tree
- c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
tudelinjiebiaobiaoshi
- c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
Kruskal_suanfa
- c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
Binary__Tree
- c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
AVL___Tree
- c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
AVLtreeopertion
- 数据结构中对AVL树的一些操作,运行效率较高可以借鉴-data structure of the AVL tree operation, the higher operating efficiency can draw on
avl_cpp
- avl树的c++实现,对于研究数据结构的树型结构有一定参考价值-avl tree c realization of research data structure for the tree structure can be useful
pa2_finished
- Spell-Checker This program is implements by using AVL Tree algorithms. Its mainly implement by five functions which include AVL_insert, AVL_remove, AVL_destroy, AVL_findNearest, and AVL_print. The algorithm for the function of AVL_inser
avl-2.0.3
- avl树的介绍和源代码,包含avl树、红黑树等-introduction to avl tree and R-B tree
AVLtrees
- AVL平衡树控件包,研究数据结构的好-AVL balanced tree control packet, the data structure of a good stuff
FlowchartAVLtree
- Flowchart AVL tree. . Example of queue. -Flowchart AVL tree. . Example of queue. !!!
AVL-tree
- AVL树实现高效查找,平衡二叉树,随结点加入而旋转,始终保证树的平衡性,资料中是该树的所有文件(包含debug)-Efficient search AVL tree, balanced binary rotation as nodes join and always ensure that the balance of the tree, the tree of all files (including debug information)
myavl
- 该函数实现avl树insert、find、delet、左旋、右旋等基本操作,通过test测试各个功能。-The function to achieve the the avl tree insert, find, delet, left-handed, right-handed, etc. the basic operation of each functional test test.
tree
- 树的基本实现及其应用,主要包括二分查找树,AVL树等-The basic realization of the tree and its applications, including binary search trees, AVL trees
QT
- this cpp is about the skip list which is much better than the AVL tree and B tr-this cpp is about the skip list which is much better than the AVL tree and B tree
main
- AVL-Tree source code
Trees
- AVL Tree Implementation using C++ Rotate Left Rotate Right Rotate Left Left Rotate Right Right