文件名称:ArbolAVL
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 20kb
- 下载次数:
- 0次
- 提 供 者:
- i***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
The AVL tree is named after the initials of the surnames of its inventors, Adelson-Velskii and Landis. He came forward in the publication of an article in 1962: "An algorithm for the organization of information" ("An algorithm for the organization of information").
AVL tree are always balanced such that for all nodes, the height of the left branch does not differ by more than one unit of the height of the right branch or vice versa. With this form of equilibrium (or balance), the complexity of a search in one of these trees is always in order of complexity O (log n). The equilibrium factor can be stored directly on each node or be computed from the heights of the subtrees.
AVL tree are always balanced such that for all nodes, the height of the left branch does not differ by more than one unit of the height of the right branch or vice versa. With this form of equilibrium (or balance), the complexity of a search in one of these trees is always in order of complexity O (log n). The equilibrium factor can be stored directly on each node or be computed from the heights of the subtrees.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ArbolAVL
........\ArbolAVL.jcd
........\ArbolAVL.jcp
........\ArbolAVL.jcu
........\ArbolAVL.jcw
........\classes
........\.......\ArbolABB.class
........\.......\ArbolAVL.class
........\.......\Cola.class
........\.......\Nodo.class
........\.......\NodoBinario.class
........\.......\Pila.class
........\src
........\...\ArbolABB.java
........\...\ArbolAVL.java
........\...\Cola.java
........\...\Nodo.java
........\...\NodoBinario.java
........\...\Pila.java
........\src_arbolavl.txt
........\ArbolAVL.jcd
........\ArbolAVL.jcp
........\ArbolAVL.jcu
........\ArbolAVL.jcw
........\classes
........\.......\ArbolABB.class
........\.......\ArbolAVL.class
........\.......\Cola.class
........\.......\Nodo.class
........\.......\NodoBinario.class
........\.......\Pila.class
........\src
........\...\ArbolABB.java
........\...\ArbolAVL.java
........\...\Cola.java
........\...\Nodo.java
........\...\NodoBinario.java
........\...\Pila.java
........\src_arbolavl.txt