Package | Description |
---|---|
org.tinygroup.binarytree | |
org.tinygroup.binarytree.impl |
Modifier and Type | Method and Description |
---|---|
BinaryTree<T> |
BinaryTree.add(T t)
增加一个节点
|
BinaryTree<T> |
BinaryTree.search(T find) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryTreeImpl<T extends Comparable<T>>
二叉树实现
|
Modifier and Type | Method and Description |
---|---|
BinaryTree<T> |
BinaryTreeImpl.add(T object)
添加新结点 返回所添加的结点
|
BinaryTree<T> |
BinaryTreeImpl.search(T find)
查找指定结点
|
Copyright © 2006–2018 TinyGroup. All rights reserved.