搜索资源列表
avl
- avl平衡树做的电话号码系统!!!可支持查询,修改,删除等操作
AVL
- 改进的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树插入删除搜索操作 可以进行演示-The avl tree insert delete search operation demonstrate
avl
- avl树的插入删除操作,并包括判断输入的二叉查找树是否为avl树,以及把二叉查找树转换为avl树-AVL tree insertion deletion, and includes judgments entered binary search tree for the AVL tree, and the binary search tree is converted to AVL tree
AVL
- 中序线索化AVL树,很实用的说-Clues in the sequence of AVL tree, it is useful that
AVLTree
- AVL树的实现,其中包括BST树的建立以及平衡函数-AVL tree realize, including the BST tree set up and strike a balance between function and so on
AVL
- AVL program .......... Displays the AVL tree graphically at each rotation-AVL program .......... Displays the AVL tree graphically at each rotation..........
AVL-TREE
- 实现了AVL_tree的插入与删除功能 及AVL_tree的线索化,并心图形的方式打印出结果-Implement insert and remove of a node in a AVL-tree
avltree
- complete source code for avl tr-complete source code for avl tree
AVLTree
- 用C实现的AVL搜索树的完整源码,包括插入操作和删除操作的具体实现,以及平衡的调整-AVL with C achieved a complete search tree source code, including the insertion operation and deletion of concrete realization, as well as the adjustment of balance
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
AvlTree
- AVL tree implementation
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
- 平衡二叉树的基本操作.包括查找、插入、删除、合并等操作-AVL Basic Functions
avl-tree
- avl-tree for data structures
AVL-trees-demo
- This a Pascal library for AVL Trees + graphics demo which demonstrates the library functions and AVL trees behaviour.-This is a Pascal library for AVL Trees + graphics demo which demonstrates the library functions and AVL trees behaviour.
AVL
- AVL软件、教程及资料 资料不全,但是是本人搜集的全部资料(software,input files,can directly get the output file)
AVL
- 实现AVL 存储结构的建立(插入)、删除、查找算法,并反映各种旋转变化。(Implements the establishment (insertion), deletion, and search algorithms for AVL storage structures and reflects various rotation changes.)