文件名称:IAVL4.a
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-04-29
- 文件大小:
- 1.15mb
- 下载次数:
- 0次
- 提 供 者:
- 筱*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.编写AVL树的判别程序,并判断一个二叉搜索树是否为AVL树
2.实现AVL树,其上的基本操作为:Search,Insert,Delete,和Ascend
3.基本操作的动态演示
4.扩展
A.实现带索引的AVL搜索树,其上的基本操作: Search,Insert,Delete,IndexSearch,IndexDelete,Ascend
- 1. write AVL tree discrimination program, and determines whether a binary search tree is an AVL tree AVL tree 2. implement basic operations on it is: Search, Insert, Delete, and Ascend 3. Basic operations dynamic presentations 4. extended A. achieve indexed AVL search tree, the basic operations on it: Search, Insert, Delete, IndexSearch, IndexDelete, Ascend
2.实现AVL树,其上的基本操作为:Search,Insert,Delete,和Ascend
3.基本操作的动态演示
4.扩展
A.实现带索引的AVL搜索树,其上的基本操作: Search,Insert,Delete,IndexSearch,IndexDelete,Ascend
- 1. write AVL tree discrimination program, and determines whether a binary search tree is an AVL tree AVL tree 2. implement basic operations on it is: Search, Insert, Delete, and Ascend 3. Basic operations dynamic presentations 4. extended A. achieve indexed AVL search tree, the basic operations on it: Search, Insert, Delete, IndexSearch, IndexDelete, Ascend
(系统自动生成,下载前可以参看下载内容)
下载文件列表
IAVL4.a
.......\BSTree.h
.......\Debug
.......\.....\IAVL.exe
.......\.....\IAVL.ilk
.......\.....\IAVL.pch
.......\.....\IAVL.pdb
.......\.....\main2.obj
.......\.....\vc60.idb
.......\.....\vc60.pdb
.......\IAVL.dsp
.......\IAVL.dsw
.......\IAVL.ncb
.......\IAVL.opt
.......\IAVL.plg
.......\IAVLshow.cpp
.......\avlnode2.h
.......\iavl.cpp
.......\iavl.h
.......\main2.cpp
.......\queue.h
.......\stack.h
.......\xcept.h