搜索资源列表
avl_bplus
- 实现avl树和b+树以及用他们管理的数据库demo-achieve AVL tree and b tree and use their database management demo
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
avl
- avl tree implementation data structures
lab_avl
- 很完整的avl tree 的源码。 包含所有功能-Complete avl tree source. Contains all the functions
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)