接口 org.tinygroup.binarytree.AVLTree
的使用

使用 AVLTree 的软件包
org.tinygroup.binarytree   
org.tinygroup.binarytree.impl   
 

org.tinygroup.binarytreeAVLTree 的使用
 

返回 AVLTreeorg.tinygroup.binarytree 中的方法
 AVLTree<T> BinaryTree.toAVLTree()
          转换为平衡二叉树
 

org.tinygroup.binarytree.implAVLTree 的使用
 

实现 AVLTreeorg.tinygroup.binarytree.impl 中的类
 class AVLTreeImpl<T extends Comparable<T>>
          平衡二叉搜索(排序)树 此程序部分代码来自网上
 

返回 AVLTreeorg.tinygroup.binarytree.impl 中的方法
 AVLTree<T> BinaryTreeImpl.toAVLTree()
          转换成平衡二叉树
 



Copyright © 2006–2016 TinyGroup. All rights reserved.