搜索资源列表
avl树
- AVL树的创建与基本操作-AVL Tree and the creation of basic operation
complete_AVLtree
- 数据结构中的AVL TREE的实现-data structure of the realization of AVL TREE
src_avl_tree
- AVL Tree的实现-achieve AVL Tree
20040530100445
- 常用数据结构算法代码库,包括AVL树,链表,堆栈,hash,排序等-common data structure algorithm code base, including AVL Tree, List, Stack, hash, sort etc.
avl
- Addison-Velski 和 Landis (AVL-Tree s)的二叉树,可以在对数时间内进行标准的操作,如插入、搜索和删除。-Addison-Velski and Landis (AVL- Tree s) of the binary tree, the right time for a few of the standard operation, such as insert, delete and search.
avl_bplus
- 实现avl树和b+树以及用他们管理的数据库demo-achieve AVL tree and b tree and use their database management demo
AVLTrees
- It s a note on data structure---AVL tree, very clear and useful!-It's a note on data structure-- AVL tree, very clear and useful!
pinghen
- 平衡二叉树,又称为AVL树,是1962年由Adelsonr Velskii 和Landis 提出并以他们的名字命名的,它是具有如下性质的二叉树:-balanced binary tree, also known as AVL tree, yes in 1962 by Adelsonr Velskii and Landis made and named after them , it is the nature of the binary
AVLTreefinal
- 演示动态平衡二叉树(AVL Tree)的系统.GUI环境,在Windows环境下运行,有二叉树的插入,增加,删除,修改,合并,分裂等功能.-demonstration dynamic binary tree (Tree AVL) system. GUI environment. in the Windows operating environment, a binary tree insertion, add, delete, modi
AVLtree
- 在各种各样的搜索算法中,AVL树的搜索算法可以将其最短的搜索时间做一个保证,本程序就是实现了AVL搜索算法-in a wide variety of search algorithm, AVL tree search algorithms can be the shortest time to do a search that The procedure is to achieve the AVL Search Algorithm
avl
- 数据结构的平衡二叉树的操作,包括插入和删除,查找-Balanced binary tree data structure of the operation, including insert and delete, search
2006011319_avl
- AVL树的定义,包括初始化,插入,删除,采用的标准的算法,语言清晰,AVL树是一种效率比较高的平衡二叉树.-Definition of AVL trees, including the initialization, insert, delete, using the standard algorithm, the language clear, AVL tree is a relatively high efficiency of t
AVL
- AVL树的计算代码,内函几个H的头文件。帮助大家使用AVL树-AVL tree calculation code, within the letter H, a few header files. Help you use the AVL tree
Binary_Tree(AVL)
- AVL树的实现代码(包括插入,删除,统计信息等操作)-AVL tree code (including insert, delete, statistical information, such as operations)
chapter9
- 数据结构与算法分析中AVL Tree的JAVA详尽代码 请有需要的同学下载-Data Structures and Algorithm Analysis of the AVL Tree code JAVA details, please have the need for students to download
avl
- avl平衡树做的电话号码系统!!!可支持查询,修改,删除等操作-AVL tree balance of the telephone numbering system to do! ! ! Support query, modify, delete and other operations
avl
- AVLTREE,数据结构中AVL树的C语言实现-AVLTREE, in the AVL tree data structure of the C language
AVL
- 改进的AVL树构造方法,本文详细讲述了AVL树动态快速的构造方法。-Improved methods of AVL tree structure, this paper to describe in detail the AVL tree fast method of constructing dynamic.
avltree_up.cpp
- my AVL tree implementation. Have tested it for 8! deletions sequences with 8! insertion sequences. Fast for order statistics.
AVL-TREE
- 实现了AVL_tree的插入与删除功能 及AVL_tree的线索化,并心图形的方式打印出结果-Implement insert and remove of a node in a AVL-tree