搜索资源列表
avl_bplus
- 实现avl树和b+树以及用他们管理的数据库demo-achieve AVL tree and b tree and use their database management demo
avl
- avl平衡树做的电话号码系统!!!可支持查询,修改,删除等操作
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;
AVL
- AVL program .......... Displays the AVL tree graphically at each rotation-AVL program .......... Displays the AVL tree graphically at each rotation..........
AVLTree
- avl tree algorithm - Self – Balanced Binary Search Tree -avl tree algorithm- Self – Balanced Binary Search Tree
AVLDict_Final_Non_Unicode
- A simple dictionary using AVL tree :)
avl-tree
- avl-tree for data structures
myDictionary_1
- avl tree,用avl tree实现的电子字典-avl tree, with the avl tree implementation of electronic dictionaries
AVLTrees
- AVL Trees in C or C-AVL Trees in C or C++
avl
- avl tree implementation data structures
lab_avl
- 很完整的avl tree 的源码。 包含所有功能-Complete avl tree source. Contains all the functions
cross-reference-index-table
- 用MFC实现的相互对照索引表,具有图像界面,通过AVl树实现的自动平衡功能-Using MFC to achieve cross-reference index table
AVL, Boyemoore, BST
- AVL tree, Boyemoore search, Binary Search Tree C Program
cfstom-ralue
- Although there has been a lot of AVL tree libraries availabl(Over there has had a lot of AVL tree libraries availabl)
89332385
- 实现avl树和b+树以及用他们管理的数据库demo()