Package | Description |
---|---|
net.datastructures |
Modifier and Type | Method and Description |
---|---|
E |
ArrayListCompleteBinaryTree.remove()
Removes and returns the element at the last node.
|
Position<E> |
LinkedBinaryTree.root()
Returns the root of the tree.
|
Position<E> |
LinkedTree.root()
Returns the root of the tree.
|
Position<E> |
Tree.root()
Returns the root of the tree.
|
Position<E> |
ArrayListCompleteBinaryTree.root()
Returns the root of the tree.
|