| Package | Description |
|---|---|
| org.jheaps |
Interfaces
|
| org.jheaps.tree |
Heaps using an explicit "pointer-based" tree representation
|
| Modifier and Type | Method and Description |
|---|---|
void |
MergeableHeap.meld(MergeableHeap<K> other)
Meld a heap into the current heap.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryTreeSoftHeap<K>
A binary tree soft heap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryTreeSoftHeap.meld(MergeableHeap<K> other)
Meld a heap into the current heap.
|
Copyright © 2018. All rights reserved.