文件名称:AVL
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-07-31
- 文件大小:
- 14kb
- 下载次数:
- 0次
- 提 供 者:
- N***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
AVL树是最先发明的自平衡二叉查找树。在AVL树中任何节点的两个儿子子树的高度最大差别为一,所以它也被称为高度平衡树。查找、插入和删除在平均和最坏情况下都是O(log n)。-AVL tree is a self-balancing binary search tree first invented. AVL tree height in any node of the biggest differences between the two sons of a sub-tree, it is also known as highly balanced tree. Search, insert, and delete are O (log n) in the average and worst case.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AVL\AVL\AVL\AVL.csproj
...\...\...\bin\Debug\AVL.vshost.exe
...\...\...\...\.....\AVL.vshost.exe.manifest
...\...\...\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
...\...\...\Program.cs
...\...\...\...perties\AssemblyInfo.cs
...\...\AVL.sln
...\...\AVL.suo
...\...\...\obj\x86\Debug\TempPE
...\...\...\...\...\Debug
...\...\...\bin\Debug
...\...\...\obj\x86
...\...\...\bin
...\...\...\obj
...\...\...\Properties
...\...\AVL
...\AVL
AVL